Method Name : getInboundOrderStatusList

  • Purpose of usage :

It is used to query the status of Inbound Orders created and processed in the Axata WMS System.

  • Return Integration Tables :

Axata Table Name

Process type

Table Type

Description

ENT016_STATUS

WMS to Host

Inbound Order

Axata Inbound Order Status Data

  • Query Fields :


Field Name

Description

Mandatory

Axata Table - Field

CompanyCode

Company Code

None

ENT016_STATUS-S16SKOD

WarehouseCode

Warehouse Code

None

ENT016_STATUS-S16AKOD

OrderNumber

Order Number

None

ENT016_STATUS-S16BNUM

Firm

Not used

None

-

MovementType

Movement type

None

ENT016_STATUS-S16HKOD

Status

Status

(ENT016_STATUS- S16STAT) (Detailed information can be obtained from the support team.)

ENT016_STATUS-S16STAT

Type

Type

None

ENT016_STATUS-S16TYPE


  • Usage :
    • Multiple Filter fields can be submitted simultaneously .
    • Not all fields have to be submitted.
    • If generating XML for submission, the fields should be submitted in the order in the table above..
    • Maximum number of return lines is limited (Parametric).
  • Sample 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>