更新直发包裹信息


PUT http://openapi.ck1info.com/v1/directExpressOrders
接口说明: 更新直发包裹信息
Http 200 - 成功
Http 400 - 提交的数据有误,请检查

输入参数

Body Parameters
名称类型格式要求是否必须描述示例值
PackageId string

满足正则: ^[a-zA-Z0-9\-_]*$

长度: 0 ~ 50

必须

包裹Id(第三方系统自定义Id,客户+包裹Id 具有唯一性)

SMT23015236489

Weight decimal number

浮点数格式: 8,2

必须

重量(g) [取值是向上取整的]

600

Length decimal number

浮点数格式: 8,2

长(cm)

25

Width decimal number

浮点数格式: 8,2

宽(cm)

10

Height decimal number

浮点数格式: 8,2

高(cm)

20

输入参数的json形式
{
  "PackageId": "sample string 1",
  "Weight": 2,
  "Length": 3,
  "Width": 4,
  "Height": 5
}

返回结果

None.