Description
The operation station is used to forecast the package to the next logistics provider. |
Path
HTTP Verb | URL |
---|---|
Post | /services /integration/carrier/despatched-event |
a) status:Succeeded/Failed
b) code:
140001 | Barcode doesn’t exist |
100011 | Do not have permission to operate parcel |
c) eventId:the unique identifier of Event
d) nextAction:
NO_ACTION | No need to take next step |
UNMANIFESTED | Didn’t dispatch manifest |
HOLD | Didn’t dispatch manifest |
e) time format:yyyy-MM-dd'T'HH:mm:ssZ
Request message
Request
{ "barcode": "BJR2040040011420" }
Response message
Response
{ "status": "Succeeded", "code": 0, "eventId": "Ukh0VgEmba7ZTKdbwX_m_Q", "barcode": "BJR2048503011420", "receivedTime": "2016-05-10T16:37:47+0800", "weighedTime": null, "dispatchedTime": "2016-05-10T18:38:47+0800", "scannedTime": "2016-05-10T18:37:47+0800", "lastScannedTime": null, "trackingNo": "BJR2048503011420", "nextAction": "NO_ACTION" }