修正订单测量信息

 

url

http://test.birdsystem.com/client/Consignment/Fix-Consignment-Measure-Info

method

post

参数

id

订单id

length

长 (mm)

width

宽 (mm)

depth

高 (mm)

weight

重量 (g), 注意:只能传比原重量大的重量

成功返回信息

{ "success":true }

失败返回信息

{ "success":false, "message":"Only allow update weight to bigger." }

注意事项

  1. 只能是专线订单

  2. 专线订单的状态必须是“已打印地址贴” (ADDRESS_LABEL_PRINTED)

  3. 只能传比原重量大的重量

样例

# api_key和company_id需要替换成实际数据 curl -X POST \ https://test.birdsystem.com/client/Consignment/Fix-Consignment-Measure-Info \ -H 'api_key: 248ccb90dff2b99465b54c113765360c' \ -H 'company_id: 36' \ -H 'content-type: application/x-www-form-urlencoded' \ -d 'id=1904160360000015&length=3000&width=3000&depth=3000&weight=3000'