Last Updates
We will only show entries highlighting changes which are less than 2 years old
Date | Change |
---|---|
|
|
|
|
Input Parameters
2410 XML SpecificationsParameter | Details | Required |
---|
Example Output
CSV
XML
CustomerCode | Customer Code which would be the stock holding customer whose stock is being delivered | Mandatory |
SiteCode | Site Code for the above |
|
Get Example
https://<pathtoapi>/service/DeliveryStatus/CustomerCode/JONES12/SiteCode/DR
Response Codes
Code | Message |
---|---|
200 | Response OK |
204 | No delivery found for the parameters provided. |
Response
Sample
Code Block |
---|
<T>
<R>
<CCO>XYZ1234</CCO>
<SCO>FF</SCO>
<DRF>D1232323123</DRF>
<ORH>234908</ORH>
<SPH>1231445</SPH>
<STS>Delivered</STS>
<DTE>2024-11-22</DTE>
<PDD>2024-11-26</PDD>
<BDT>2024-11-26</BDT>
<CDP>2016-12-23T07:05:23</CDP>
<CDL>2016-12-23T13:26:03</CDL>
<OEF>11:00:00</OEF>
<OET>11:45:00</OET>
<REF>13:00:00</REF>
<RET>13:45:00</RET>
<ESIG>JONES</ESIG>
</R>
</T> |
XML Element Details
XML Segment | XML API Element | Description | Format or Potential Output Options |
<T> | |||
<R> | |||
<CCO> | Customer Code | ||
<SCO> | Site Code | ||
<DRF> | Document Ref | ||
<ORH> | Order UID | ||
<SPH> | Pick UID | ||
<STS> | Consignment Status | (P) Pending OR | |
<DTE> | Consignment Date | ||
<PDD> | Planned delivery date | ||
<BDT> | Requested Booked date | 2016-12-23T00:00:0023 | |
<CDP> | Confirmed departed at | 2016-12-23T07:05:23 | |
<CDL> | Confirmed delivered at | 2016-12-23T12:26:03 | |
<OEF> | Original ETA window from time (ePOD users only) | 11:00:00 | |
<OET> | Original ETA window to time (ePOD users only) | 11:45:00 | |
<REF> | Revised ETA window from time (ePOD users only) | 13:00:00 | |
<RET> | Revised ETA window to time (ePOD users only) | 13:45:00 | |
<ESIG> | Electronic Signatory Name (ePOD users only) | ||
</R> | |||
</T> |