Method Adı : getInboundOrderStatusList

  • Kullanım Amacı :

Axata WMS Sisteminde yaratılan ve işlenen Giriş Siparişleri statülerini sorgulamak için kullanılır .

  • Dönüş Entegrasyon Tabloları :

Axata Tablo Adı

İşlem Tipi

Tablo Tipi

Açıklama

ENT016_STATUS

WMS to Host

Giriş Sipariş

Axata Giriş Sipariş Durum Verisi

  • Sorgulama isteği Alanları :


Alan Adı

Açıklama

Zorunlu

Axata Tablo - Alan

CompanyCode

Şirket Kodu

Yok

ENT016_STATUS-S16SKOD

WarehouseCode

Depo Kodu

Yok

ENT016_STATUS-S16AKOD

OrderNumber

Sipariş Numarası

Yok

ENT016_STATUS-S16BNUM

Firm

Kullanılmamaktadır

Yok

-

MovementType

Hareket Tipi

Yok

ENT016_STATUS-S16HKOD

Status

Durum

(ENT016_STATUS- S16STAT) (destek ekibinden detaylı bilgi alınabilir)

ENT016_STATUS-S16STAT

Type

Tip

Yok

ENT016_STATUS-S16TYPE


  • Kullanım Şekli :
    • Birden fazla Filtre alanı aynı anda gönderilebilir .
    • Tüm alanlar gönderilmek zorunda değildir.
    • Eğer gönderim için XML oluşturuluyorsa , alanlar yukarıdaki tablodaki sırada gönderilmelidir.
    • Maximum geri dönüş satır sayısı sınırlıdır (Parametrik).


  • Örnek XML
    • Request :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">

  <soapenv:Header/>

  <soapenv:Body>

    <tem:username>test22</tem:username>

    <tem:password></tem:password>

    <InboundDeliveryQuery>

      <CompanyCode>AY</CompanyCode>

      <WarehouseCode>01</WarehouseCode>

    </InboundDeliveryQuery>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">

  <s:Body>

    <state>0</state>

    <message>Success</message>

    <InboundStatusList xmlns:i="http://www.w3.org/2001/XMLSchema-instance">

      <ENT016_STATUS>

        <S16SIRA>50</S16SIRA>

        <S16STAT>0</S16STAT>

        <S16SKOD>AY</S16SKOD>

        <S16HKOD>108</S16HKOD>

        <S16BNUM>00000000000000000001</S16BNUM>

        <S16KALN>000005</S16KALN>

        <S16AKOD>01</S16AKOD>

        <S16STATU>1</S16STATU>

        <S16TYPE>0</S16TYPE>

        <S16ITAR>20150107</S16ITAR>

        <S16IZMN>143713</S16IZMN>

        <S16TMTR>0</S16TMTR>

        <S16TMZM>0</S16TMZM>

        <S16GT_IntegrationCode i:nil="true"/>

        <S16GT_IntegrationDate i:nil="true"/>

        <S16GT_IntegrationStatus i:nil="true"/>

        <S16GT_IntegrationStatusDescription i:nil="true"/>

        <S16GT_IntegrationContent i:nil="true"/>

      </ENT016_STATUS>

      <ENT016_STATUS>

        <S16SIRA>51</S16SIRA>

        <S16STAT>0</S16STAT>

        <S16SKOD>AY</S16SKOD>

        <S16HKOD>108</S16HKOD>

        <S16BNUM>00000000000000000001</S16BNUM>

        <S16KALN>000006</S16KALN>

        <S16AKOD>01</S16AKOD>

        <S16STATU>1</S16STATU>

        <S16TYPE>0</S16TYPE>

        <S16ITAR>20150107</S16ITAR>

        <S16IZMN>143713</S16IZMN>

        <S16TMTR>0</S16TMTR>

        <S16TMZM>0</S16TMZM>

        <S16GT_IntegrationCode i:nil="true"/>

        <S16GT_IntegrationDate i:nil="true"/>

        <S16GT_IntegrationStatus i:nil="true"/>

        <S16GT_IntegrationStatusDescription i:nil="true"/>

        <S16GT_IntegrationContent i:nil="true"/>

      </ENT016_STATUS>

    </InboundStatusList>

  </s:Body>

</s:Envelope>