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

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

与当前比较 查看页面历史

« 前一个 版本 2 当前 »

接口说明

操作站用于收取货物。

路径

HTTP Verb URL
Post/services/integration/carrier/received-event

请求字段

#Field (API)Data TypeLengthMandatoryDetails

1receivedTimeString80O

receivedTime: time when carrier receives parcel

  • Time format:yyyy-MM-dd'T'HH:mm:ssZ
  • System defaults current time if time is not uploaded.
2scannedTimeString80O

time when carrier scans parcel

  • Time format:yyyy-MM-dd'T'HH:mm:ssZ
  • System defaults current time if time is not uploaded.


3operatingAccountString40Ooperator account in eTower
4barcodeString64MtrackingNo

响应内容

a)   status:Succeeded/Failed

b)   code:

140001

Barcode not found in eTower

100011

Do not have permission to operate parcel

180035

Didnt do clock in

c)   eventId:The unique identifier of Event

d)   lastScannedTime:Last scanned time

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

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

e)   serviceName:Service name that parcel belongs to

Request message

Request
{
    "barcode": "BJR2048503011420",
    "receivedTime": "2016-05-10T16:37:47+0800",
    "scannedTime": "2016-05-10T18:37:47+0800",
    "operatingAccount": "test.li@buylogic.cc"
}

Response message

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