页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

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

Barcodedoesntexist

100011

Donothavepermissiontooperateparcel

 c)   eventId:theuniqueidentifierofEvent

d)   nextAction:

NO_ACTION

Noneedtotakenextstep

UNMANIFESTED

Didntdispatchmanifest

HOLD

Didntdispatchmanifest

 e)   timeformat:yyyy-MM-dd'T'HH:mm:ssZ



Request message

代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
{
    "barcode": "BJR2040040011420"
}


Response message

代码块
languagejava
firstline1
titleResponse
linenumberstrue
{
    "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"
}