Method Name : getOutboundDeliveryNoteBoxList

  • 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

ENT0075

WMS to Host

Outbound Delivery Note

Outbound Delivery Note Parcel List

ENT0076

WMS to Host

Outbound Delivery Note

Outbound Delivery Note Parcel Detail List


  • Query Fields :


Field Name

Description

Mandatory

Axata Table - Field

CompanyCode

Company Code

None

ENT0075-S75SIRKET

WarehouseCode

Warehouse Code

None

ENT0075-S75Warehouse

OrderNumber

Order Number

None

ENT0075-S75FIRM

Firm

Firm Code

None

ENT0075-S75SIPNO

MovementType

Axata Movement type  

None

ENT0075-S75HTIP1

Status

Durum

-

ENT0075-S75STAT

YüklemeNo

Loading Number

Not Used

-

Type

Tip


-


  • 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>axataservice</tem:username>

    <tem:password></tem:password>

    <OutboundDeliveryQuery>

      <CompanyCode>01</CompanyCode>

      <WarehouseCode>01</WarehouseCode>

      <OrderNumber>0000004222</OrderNumber>

      <Firma/>

      <MovementType/>

      <Status>1</Status>

    </OutboundDeliveryQuery>

  </soapenv:Body>

</soapenv:Envelope>

    • Response :

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

  <s:Body>

    <state>0</state>

    <message>Success</message>

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

      <a:OutboundDeliveryNoteBox>

        <a:ENT0075>

          <S75STAT>1</S75STAT>

          <S75SIRKET>01</S75SIRKET>

          <S75KOLINO>123897</S75KOLINO>

          <S75YUKPAL>0</S75YUKPAL>

          <S75SIPNO>0000004222</S75SIPNO>

          <S75Warehouse>01</S75Warehouse>

          <S75REFNO>0000004222</S75REFNO>

          <S75HTIP1>200</S75HTIP1>

          <S75HTIP2>200</S75HTIP2>

          <S75Ktype i:nil="true"/>

          <S75SFIRM>1</S75SFIRM>

          <S75TFIRM>1</S75TFIRM>

          <S75BELN1/>

          <S75BELT1>0</S75BELT1>

          <S75BELN2/>

          <S75BELT2>0</S75BELT2>

          <S75IRSerial>ZZ</S75IRSerial>

          <S75IRNO>63</S75IRNO>

          <S76EXIRNO>0</S76EXIRNO>

          <S75FSTAR i:nil="true"/>

          <S75PLAKA i:nil="true"/>

          <S75AKHAC>0</S75AKHAC>

          <S75AKDESI>0</S75AKDESI>

          <S75AKAGR>0.000</S75AKAGR>

          <S75ISTR>20160401</S75ISTR>

          <S75ISZM>164715</S75ISZM>

          <S75TMTR>0</S75TMTR>

          <S75TMZM>0</S75TMZM>

          <S75FNAME i:nil="true"/>

          <S75SIRA>1</S75SIRA>

          <S75BOXHAC i:nil="true"/>

          <S75BOXAGR i:nil="true"/>

          <S75BOXDESI i:nil="true"/>

          <S75TMID i:nil="true"/>

          <S75TMSSTAT i:nil="true"/>

          <S75GT_IntegrationCode i:nil="true"/>

          <S75GT_IntegrationDate i:nil="true"/>

          <S75GT_IntegrationStatus i:nil="true"/>

          <S75GT_IntegrationStatusDescription i:nil="true"/>

          <S75GT_IntegrationContent i:nil="true"/>

          <S75BOXEXDESI i:nil="true"/>

          <S75EWBNO i:nil="true"/>

          <S75EWBID i:nil="true"/>

          <S75SOFOR i:nil="true"/>

        </a:ENT0075>

        <a:ENT0076_List>

          <ENT0076>

            <S76STAT>5</S76STAT>

            <S76SIRKET>01</S76SIRKET>

            <S76KOLINO>123897</S76KOLINO>

            <S76SIPNO>0000004222</S76SIPNO>

            <S76KALEM>000018</S76KALEM>

            <S76SKU>URN1</S76SKU>

            <S76LOT1/>

            <S76LOT2/>

            <S76LOT3/>

            <S76Quantity>5.000</S76Quantity>

            <S76ISTR>20160401</S76ISTR>

            <S76ISZM>164715</S76ISZM>

            <S76TMTR>0</S76TMTR>

            <S76TMZM>0</S76TMZM>

            <S76FNAME i:nil="true"/>

          </ENT0076>

        </a:ENT0076_List>

      </a:OutboundDeliveryNoteBox>

    </OutboundDeliveryNoteBoxList>

  </s:Body>

</s:Envelope>