upload bolfile


POST https://openapi.chukou1.cn:82/v1/directExpressOrders/importTrackNo

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
PackageId string

String length: between 0 and 50

Required

Package Id (third-party system custom Id, customer Parcel Id is unique)

ImportTrackingNumber string

String length: between 0 and 50

Required

ImportLabel string

None.

Required

Request in JSON
{
  "PackageId": "sample string 1",
  "ImportTrackingNumber": "sample string 2",
  "ImportLabel": "sample string 3"
}

Response

None.