/
Pickup XML format
Pickup XML format
The XML sent to the transport company is somewhat similar to the booking XML.
It has the following structure:
<header> <creationdate></creationdate> <part></part> <pdinstructions></pdinstructions> <references></references> <transportservice></transportservice> <goodsitem></goodsitem> </header>
Status
The transport company may send status messages back. This have the following format:
<DOCUMENT> <Datetime>201611121345</Datetime> <BookingID>23423423</BookingID> <Status>Booking received</Status> <Statuscode>10000</Statuscode> </DOCUMENT>
The <Datetime>
element holds a date and time in the format YYYYMMDDHHMM, so in the example above, the date is 2016-11-12, and the time is 13:45.
The <BookingID>
element holds an SLI no.
The <Status>
element holds a textual status message, and the <Statuscode>
element holds a numerical status code, see below:
<Statuscode> | <Status> |
---|---|
10000 | Booking received |
10001 | Rejected: Booked too late |
10002 | Rejected: Special handling required |
10003 | Rejected: Goods dimensions |
10004 | Rejected: Goods weight |
10005 | Rejected: Due to time window |
10006 | Rejected: Double booking |
10099 | Missing ID |
, multiple selections available,
Related content
Booking XML format
Booking XML format
More like this
EDI XML format
EDI XML format
More like this
FTP status messages
FTP status messages
More like this
EDI example
EDI example
More like this
EDI specification
EDI specification
More like this
EDI webservice
EDI webservice
More like this