Order Confirmation by DU
This interface returns when an order was despatched on AdOr5 and shows items per DU.
Below you will find the Actions with descriptions and the Specfication for the requests.
Actions
POST
This interface allows you to post to the OrderConfirmationByDuSTD_API Interface
Request details
Method | Endpoint | Header key | Header Value |
---|---|---|---|
POST | BaseURL/api/outbound/confirmation | X-AUTH-TOKEN | Integration Service API key |
Request Body
{
"interfaceName" : "OrderConfirmationByDuSTD_API",
"returnDetailedData" : true,
"data": [{
"count": 1
}]
}
Request Response
{
"success": true,
"message": null,
"errorData": null,
"returnData": {
"Orders": [
{
"MessageType": "Order",
"DespatchedDateTime": "2020-11-05 14:31:56",
"OrderNo": "46859563",
"CourierName": "McArthur",
"ServiceLevel": "PRM",
"ServiceLevelDesc": "Premium",
"Destno": "001",
"Destname1": "Rosemary Monaghan",
"Destname2": "",
"DestAddress1": "Neeri Mills Unit 448",
"DestAddress2": "Langhorne DRIVE",
"DestCity": "Parkescuhead",
"DestTownCode": "East Menon",
"DestPostalCode": "6485",
"DestCountryCode": "",
"DestContact": "0326596326",
"DestTelephone": "",
"DestRef": "",
"Reference1": "",
"Reference2": "",
"Reference3": "",
"SenderNo": "OLG",
"SenderName": "Olaughlin",
"SenderDesc": "Olaughlin",
"SenderAddress1": "",
"SenderAddress2": "",
"SenderAddress3": "",
"SenderAddress4": "",
"SenderPostalCode": "",
"SenderTelephone": "",
"SenderEmail": "",
"SenderContact": "",
"NumberOfHUs": "1",
"DUs": [
{
"DUNo": "DU004966",
"Weight": "",
"Volume": "",
"DimLength": "",
"DimWidth": "",
"DimHeight": "",
"TrackingNo": "",
"Items": [
{
"LineNo": "1",
"StyleNo": "7738706690",
"SKUNo": "6510604304",
"Qty": "1",
"VASText": "",
"CustomerNo": "69321",
"CustomerDesc": "Fitzsimons"
}
]
}
]
}
]
}
}
Specification
Order Header
Field | Type |
---|---|
MessageType | String |
DespatchedDateTime | String |
OrderNo | String |
CourierName | String |
ServiceLevel | String |
ServiceLevelDesc | String |
Destno | String |
Destname1 | String |
Destname2 | String |
DestAddress1 | String |
DestAddress2 | String |
DestCity | String |
DestTownCode | String |
DestPostalCode | String |
DestCountryCode | String |
DestContact | String |
DestTelephone | String |
DestRef | String |
Reference1 | String |
Reference2 | String |
Reference3 | String |
SenderNo | String |
SenderName | String |
SenderDesc | String |
SenderAddress1 | String |
SenderAddress2 | String |
SenderAddress3 | String |
SenderAddress4 | String |
SenderPostalCode | String |
SenderTelephone | String |
SenderEmail | String |
SenderContact | String |
NumberOfHUs | String |
DUs
Field | Type |
---|---|
DUNo | String |
Weight | String |
Volume | String |
DimLength | String |
DimWidth | String |
DimHeight | String |
TrackingNo | String |
Items
Field | Type |
---|---|
LineNo | String |
StyleNo | String |
SKUNo | String |
Qty | String |
VASText | String |
CustomerNo | String |
CustomerDesc | String |