Authorization: Bearer ********************
{ "is_repack": false, "customer_order_num": [ "86", "92", "97" ], "container_info": { "weight": 75, "length": 70, "width": 91, "height": 71 } }
curl --location --request POST 'https://test-oms.hanjinexp.com/openapi/customer/create_container/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "is_repack": false, "customer_order_num": [ "86", "92", "97" ], "container_info": { "weight": 75, "length": 70, "width": 91, "height": 71 } }'
{ "container_id": "BP2400000020US", "code": 200, "msg": "创建大包成功" }