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

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 TypeLengthMandatoryDetails
1barcodeString64MtrackingNo
2weighedTimeString80O

Weighing time

  • Time format:yyyy-MM-dd'T'HH:mm:ssZ
  • System defaults current time if time is not uploaded.
3operatingAccountString40Ooperator account in eTower
4weightDouble
Mweight: unit is KG
5lengthDouble
Olength: unit is CM
6widthDouble
Owidth: unit is CM
7heightDouble
Oheight: unit is CM

Response content

a)   status:Succeeded/Failed

b)   code:

140001

Barcode doesnt exist

100011

Do not have permission to operate parcel

120053

Weight beyond max limitation 40kg

100009

Shipment doesnt exist

300050Bagged


c)   eventId:the unique identifier of Event

e)   nextAction:

NO_ACTION

No need to take next step

NO_CHANNEL_STEP

Account doesnt have operation permission

UNMANIFESTED

Didnt dispatch manifest

KYC_HOLD

Kyc hold

FINANCE_DETENTION

Detained for finance problem

SHIPPER_HOLD

Detained by shipper

BATTERY_HOLD

Detained for contain battery

BULKY_CARGO_HOLD

Detained by integrator in batches

CONTRABAND_HOLD

Detained for contain contraband

OTHER_HOLD

Detained for other reasons

RETURN_HELD

Detained for returning

DESPATCHED

Shipment has been dispatched from warehouse

WEIGHING

weighing

HOLD

Parcel has been detained

DUPLICATE_SCAN

Rescanning

PACKING_PROBLEMS

Packing that are improper has been detained.

WEIGHING_EXCEED

Parcel of poor weight has been detained

OVER_SIZE

Parcel is overweight and out of size.

REPEAT_RECIPIENT

Recipient duplication.

NON_CONFORMANCE_DECLARATION

Declaration is unmatched.

HS_CODE_HOLD

Hs Code has been detained

RELABELCHANGE LABEL
DIMENSION_MISSL/W/H is required

 f)    time format:yyyy-MM-dd'T'HH:mm:ssZ

e)   serviceName:Service name that parcel belongs to


Request message

Request
 {
    "barcode": "BJR2048503011420",
    "weighedTime": "2022-11-11T11:22:48+0800",
    "operatingAccount": "",
    "weight": 0.8,
    "length": 15,
    "width": 13,
    "height": 12
  }  

Response message

Response
{
    "status": "Succeeded",
    "code": 0,
    "eventId": "f946Glg9EbzrQ4FV4oZluQ",
    "barcode": "BJR2048503011420",
    "receivedTime": "2022-11-11T11:19:47+0800",
    "weighedTime": 2022-11-11T11:22:48+0800,
    "dispatchedTime": null,
    "scannedTime": "2022-11-11T11:20:47+0800",
    "lastScannedTime": null,
    "trackingNo": "BJR2048503011420",
    "nextAction": "NO_ACTION",
    "serviceName": "MiniPak EU Direct Injection"
}
  • 无标签