Description
The operation station is used to update the actual weight of the package. |
Path
HTTP Verb | URL |
---|---|
Post | /services /integration/carrier/weighed-event |
Request field
# | Field (API) | Data Type | Length | Mandatory | Details | |
1 | weighedTime | String | 80 | O | Weighing time
| |
2 | weight | String | 80 | M | weight:unitisKG | |
3 | operatingAccount | String | 40 | O | operatoraccountineTower | |
4 | barcode | String | 64 | M | trackingNo |
Response content
a) status:Succeeded/Failed
...
c) eventId:theuniqueidentifierofEvent
e) nextAction:
NO_ACTION | Noneedtotakenextstep |
NO_CHANNEL_STEP | Accountdoesn’thaveoperationpermission |
UNMANIFESTED | Didn’tdispatchmanifest |
KYC_HOLD | Kyc hold |
FINANCE_DETENTION | Detainedforfinanceproblem |
SHIPPER_HOLD | Detainedbyshipper |
BATTERY_HOLD | Detainedforcontainbattery |
BULKY_CARGO_HOLD | Detainedbyintegratorinbatches |
CONTRABAND_HOLD | Detainedforcontaincontraband |
OTHER_HOLD | Detainedforotherreasons |
RETURN_HELD | Detainedforreturning |
DESPATCHED | Shipmenthasbeendispatchedfromwarehouse |
WEIGHING | weighing |
HOLD | Parcelhasbeendetained |
DUPLICATE_SCAN | Rescanning |
PACKING_PROBLEMS | Packingthatareimproperhasbeendetained. |
WEIGHING_EXCEED | Parcelofpoorweighthasbeendetained |
OVER_SIZE | Parcelisoverweightandoutofsize. |
REPEAT_RECIPIENT | Recipientduplication. |
NON_CONFORMANCE_DECLARATION | Declarationisunmatched. |
HS_CODE_HOLD | HsCodehasbeendetained |
f) timeformat:yyyy-MM-dd'T'HH:mm:ssZ
e) serviceName:Servicenamethatparcelbelongsto
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "status": "Succeeded", "code": 0, "eventId": "Uexz-WGRbp-YRBS7vINvgQ", "barcode": "BJR2048503011420", "receivedTime": "2016-05-10T16:37:47+0800", "weighedTime": "2016-05-10T19:22:47+0800", "dispatchedTime": null, "scannedTime": "2016-05-10T18:37:47+0800", "lastScannedTime": null, "trackingNo": "BJR2048503011420", "weight": 0.8, "nextAction": "NO_ACTION", "serviceName": "MiniPak EU Direct Injection" } |
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status": "Succeeded", "code": 0, "eventId": "f946Glg9EbzrQ4FV4oZluQ", "barcode": "BJR2048503011420", "receivedTime": "2016-05-10T16:37:47+0800", "weighedTime": null, "dispatchedTime": null, "scannedTime": "2016-05-10T18:37:47+0800", "lastScannedTime": null, "trackingNo": "BJR2048503011420", "nextAction": "WEIGHING", "serviceName": "MiniPak EU Direct Injection" } |
...