Method Name : getOutboundOrderStatusList

  • Purpose of usage :

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

  • Return Integration Tables :

Axata Table Name

Process type

Table Type

Description

ENT018

WMS to Host

Outbound Order

Axata Outbound Order Status Data

  • Query Fields :


Field Name

Description

Mandatory

Axata Table - Field

CompanyCode

Company Code

None

ENT018-S18SKOD

WarehouseCode

Warehouse Code

None

ENT018-S18Warehouse

OrderNumber

Order Number

None

ENT018-S18TESK

Firm

not used

None

-

MovementType

Movement type

None

ENT018-S18HKOD

YuklemeNo

not used

None


Status

Durum

(ENT018- S18STAT) (Detailed information can be obtained from the support team)

ENT018-S18STAT

Type

Type

None

ENT018-S18HTIP


  • 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>

    <OutboundDeliveryQuery>

      <CompanyCode>04</CompanyCode>

      <WarehouseCode>04</WarehouseCode>

      <OrderNumber>000000000000047</OrderNumber>

    </OutboundDeliveryQuery>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

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

  <s:Body>

    <state>0</state>

    <message>Success</message>

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

      <ENT018>

        <S18SIRA>162358</S18SIRA>

        <S18STAT>0</S18STAT>

        <S18SKOD>04</S18SKOD>

        <S18Warehouse>04</S18Warehouse>

        <S18TESK>000000000000047</S18TESK>

        <S18HKOD>200</S18HKOD>

        <S18HTIP>1</S18HTIP>

        <S18SYIL>2018</S18SYIL>

        <S18SNO>49</S18SNO>

        <S18PERON>M001</S18PERON>

        <S18PLAKA/>

        <S18ITAR>20180123</S18ITAR>

        <S18IZMN>111719</S18IZMN>

        <S18TMTR>0</S18TMTR>

        <S18TMZM>0</S18TMZM>

        <S18FNAME i:nil="true"/>

        <S18GT_IntegrationCode i:nil="true"/>

        <S18GT_IntegrationDate i:nil="true"/>

        <S18GT_IntegrationStatus i:nil="true"/>

        <S18GT_IntegrationStatusDescription i:nil="true"/>

        <S18GT_IntegrationContent i:nil="true"/>

        <S18REFN i:nil="true"/>

      </ENT018>

      <ENT018>

        <S18SIRA>162359</S18SIRA>

        <S18STAT>0</S18STAT>

        <S18SKOD>04</S18SKOD>

        <S18Warehouse>04</S18Warehouse>

        <S18TESK>000000000000047</S18TESK>

        <S18HKOD>200</S18HKOD>

        <S18HTIP>A</S18HTIP>

        <S18SYIL>2018</S18SYIL>

        <S18SNO>49</S18SNO>

        <S18PERON>M001</S18PERON>

        <S18PLAKA/>

        <S18ITAR>20180123</S18ITAR>

        <S18IZMN>111837</S18IZMN>

        <S18TMTR>0</S18TMTR>

        <S18TMZM>0</S18TMZM>

        <S18FNAME i:nil="true"/>

        <S18GT_IntegrationCode i:nil="true"/>

        <S18GT_IntegrationDate i:nil="true"/>

        <S18GT_IntegrationStatus i:nil="true"/>

        <S18GT_IntegrationStatusDescription i:nil="true"/>

        <S18GT_IntegrationContent i:nil="true"/>

        <S18REFN i:nil="true"/>

      </ENT018>

      <ENT018>

        <S18SIRA>162360</S18SIRA>

        <S18STAT>0</S18STAT>

        <S18SKOD>04</S18SKOD>

        <S18Warehouse>04</S18Warehouse>

        <S18TESK>000000000000047</S18TESK>

        <S18HKOD>200</S18HKOD>

        <S18HTIP>2</S18HTIP>

        <S18SYIL>2018</S18SYIL>

        <S18SNO>49</S18SNO>

        <S18PERON>M001</S18PERON>

        <S18PLAKA/>

        <S18ITAR>20180123</S18ITAR>

        <S18IZMN>111910</S18IZMN>

        <S18TMTR>0</S18TMTR>

        <S18TMZM>0</S18TMZM>

        <S18FNAME i:nil="true"/>

        <S18GT_IntegrationCode i:nil="true"/>

        <S18GT_IntegrationDate i:nil="true"/>

        <S18GT_IntegrationStatus i:nil="true"/>

        <S18GT_IntegrationStatusDescription i:nil="true"/>

        <S18GT_IntegrationContent i:nil="true"/>

        <S18REFN i:nil="true"/>

      </ENT018>

    </OutboundStatusList>

  </s:Body>

</s:Envelope>