Method Name : getOutboundDeliveryBoxList

  • Purpose of usage :

It is used to query the Parcel List connected to the Order - Delivery Note and the details thereof in the Axata WMS System.

  • Return Integration Tables :

Axata Table Name

Process type

Table Type

Description

ENT006

WMS to Host

Outbound Delivery Note

Outbound Order Delivery Master

ENT0078

WMS to Host

Outbound Delivery Note

Outbound Delivery Note Parcel Detail List

ENT0077

WMS to Host

Outbound Delivery Note

Outbound Delivery Note Parcel Master List


  • Query Fields :


Field Name

Description

Mandatory

Axata Tablo - Alan

CompanyCode

Company Code

None

ENT006-S06SKOD

WarehouseCode

Warehouse Code

None

ENT006-S06Warehouse

OrderNumber

Order Number

None

ENT006-S06TESL

Firma

Firm Code

None

Not Used

MovementType

Axata Movement type  

None

ENT006-S06HKOD

Status

Status

(ENT006 - S06STAT) None  (0 = Not Processed-New Record)  , other values depending on the processes)

ENT006-S06STAT

YüklemeNo

Loading Number

Not Used

ENT006-S06YUKN

Type

Type


Not Used


  • Usage :
    • Multiple Filter fields can be submitted at the same time .
    • 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>axataservice</tem:username>

    <tem:password></tem:password>

    <OutboundDeliveryQuery>

      <CompanyCode>01</CompanyCode>

      <WarehouseCode>01</WarehouseCode>

      <OrderNumber>1-DS-2-152</OrderNumber>

      <Firma></Firma>

      <MovementType></MovementType>

      <Status>1</Status>

      <Type></Type>

    </OutboundDeliveryQuery>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

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

  <s:Body>

    <state>0</state>

    <message>Success</message>

    <OutboundDeliveryBoxList xmlns:a="http://schemas.datacontract.org/2004/07/WMSServiceCore.Models" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">

      <a:OutboundDeliveryBox>

        <a:ENT006 xmlns:b="http://axata">

          <b:S06STAT>1</b:S06STAT>

          <b:S06SKOD>01</b:S06SKOD>

          <b:S06TESL>1-DS-2-152</b:S06TESL>

          <b:S06OHTP>200</b:S06OHTP>

          <b:S06HKOD>X11</b:S06HKOD>

          <b:S06Warehouse>01</b:S06Warehouse>

          <b:S06RSIP>120534009860</b:S06RSIP>

          <b:S06FIRM>OLGARLAR</b:S06FIRM>

          <b:S06TFIR>SPOR ATLETİK MA</b:S06TFIR>

          <b:S06STTU>3</b:S06STTU>

          <b:S06HTIP/>

          <b:S06INUM>0</b:S06INUM>

          <b:S06KAMN>201516</b:S06KAMN>

          <b:S06REFN/>

          <b:S06IRST>20160618</b:S06IRST>

          <b:S06IRSZ>145301</b:S06IRSZ>

          <b:S06SSIP/>

          <b:S06GBEK/>

          <b:S06PLKA/>

          <b:S06KONT/>

          <b:S06KAMT/>

          <b:S06ACIN/>

          <b:S06FSTR i:nil="true"/>

          <b:S06RPRT/>

          <b:S06NTIP i:nil="true"/>

          <b:S06YUKN>3684</b:S06YUKN>

          <b:S06PERS>-7</b:S06PERS>

          <b:S06ITAR>20160618</b:S06ITAR>

          <b:S06IZMN>145301</b:S06IZMN>

          <b:S06TMTR>20180223</b:S06TMTR>

          <b:S06TMZM>101650</b:S06TMZM>

          <b:S06FNAME>TOV3_Sevk_1-DS-2-152_4545183_20160618030645_1.TXT</b:S06FNAME>

          <b:S06SIRA>1</b:S06SIRA>

          <b:S06TMSSTAT>0</b:S06TMSSTAT>

          <b:S06ODSSTAT i:nil="true"/>

          <b:S06SURUCU i:nil="true"/>

        </a:ENT006>

        <a:ENT0078_List/>

        <a:ENT0077_List/>

      </a:OutboundDeliveryBox>

    </OutboundDeliveryBoxList>

  </s:Body>

</s:Envelope>