improt trackingNo and label


POST http://openapi.ck1info.com/v1/importTrackNo
Description: improt trackingNo and label
Http 201 - Ok
Http 200 - Ok
Http 400 - Invalid data, Please check

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
PackageId string

regular expression: ^[a-zA-Z0-9\-_]*$

String length: between 0 and 50

Required

MN006T0005

ImportTrackingNumber string

String length: between 0 and 50

STN201234486

ImportLabel string

None.

JVBERi0xLjQKJeLjz9MNvbG9yU3B.....

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

Response

None.