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

Description

The carrier is used to collect and punch in one parcel.

Path

HTTP Verb 

URL

POST

/services/integration/carrier/parcelclockin

Request field

1

Field (API)

Data Type

Length

Mandatory

Details

2

barcode

String

40

M

Tracking No

3

dateClockIn

Date

80

O

Clock In Time, Format: yyyy-MM-dd'T'HH:mm:ssZ

If not filled in, the current time will be used by default

4

courierNumber

String

80

O

Courier No

5

courierCompany

String

80

O

Courier Company


Request message

Request
{
    "barcode": ["UG690000759BE", "UG690000745BE", "UG690000731BE", "UG690000728BE", "UG690000714BE"],
    "dateClockIn": "2020-08-12T18:37:47+08:00",
    "courierNumber": "SF1193176263351",
    "courierCompany": "顺丰"
}

Response message

Request
{
    "status": "Success",
    "errors": null
}


Error message

Error CodeError Message
520005

Order does not exist

520005

No clock in permission

(if there is a corresponding Logistor account in step 1 of the service hub configuration, the Logistor account has the permission to clock in for the order. Otherwise, an error message will be reported.)



  • 无标签