Update Package Info


PUT http://openapi.ck1info.com/v1/directExpressOrders
Description: Update Package Info
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

PackageId, The third party system defined, CustomerId+PackageId is unique

SMT23015236489

Weight decimal number

Decimal: 8,2

Required

Weight of Package, in Gram

600

Length decimal number

Decimal: 8,2

Length of Package

25

Width decimal number

Decimal: 8,2

Width of Package

10

Height decimal number

Decimal: 8,2

Height of Package

20

Request in JSON
{
  "PackageId": "sample string 1",
  "Weight": 2,
  "Length": 3,
  "Width": 4,
  "Height": 5
}

Response

None.