getOutboundOrderStatusList
Method Adı : getOutboundOrderStatusList
- Kullanım Amacı :
Axata WMS Sisteminde yaratılan ve işlenen Çıkış Siparişleri statülerini sorgulamak için kullanılır .
- Dönüş Entegrasyon Tabloları :
Axata Tablo Adı |
İşlem Tipi |
Tablo Tipi |
Açıklama |
ENT018 |
WMS to Host |
Çıkış Sipariş |
Axata Çıkış Sipariş Durum Verisi |
- Sorgulama isteği Alanları :
Alan Adı |
Açıklama |
Zorunlu |
Axata Tablo - Alan |
CompanyCode |
Şirket Kodu |
Yok |
ENT018-S18SKOD |
WarehouseCode |
Depo Kodu |
Yok |
ENT018-S18DEPO |
OrderNumber |
Sipariş Numarası |
Yok |
ENT018-S18TESK |
Firm |
Kullanılmamaktadır |
Yok |
- |
MovementType |
Hareket Tipi |
Yok |
ENT018-S18HKOD |
YuklemeNo |
Kullanılmıyor |
Yok |
|
Status |
Durum |
(ENT018- S18STAT) (destek ekibinden detaylı bilgi alınabilir) |
ENT018-S18STAT |
Type |
Tip |
Yok |
ENT018-S18HTIP |
- 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>
<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>
<S18DEPO>04</S18DEPO>
<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>
<S18DEPO>04</S18DEPO>
<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>
<S18DEPO>04</S18DEPO>
<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>