PUT http://openapi.ck1info.com/v1/directExpressOrders
名称 | 类型 | 格式要求 | 是否必须 | 描述 | 示例值 |
---|---|---|---|---|---|
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 |
{ "PackageId": "sample string 1", "Weight": 2, "Length": 3, "Width": 4, "Height": 5 }
None.