页面树结构
转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

版本 1 当前 »

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 doesnt 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

Didnt dispatch manifest

HOLD

Didnt 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"
}
  • 无标签