{ "whCode": "cd_w_wh", "customerRefNo": "CUS2024080703", "estiTime": "2024-08-07 11:18:00", "inType": "STANDARD", "arrivalMode": "BOX", "boxMainModel": [ { "rowBoxQty": 2, "boxSkuQty": 2, "length": 9, "width": 76, "height": 59, "weight": 69, "skuDetail": [ { "quantity": 1, "skuCode": "ZGTZ8918" } ] } ] }
curl --location --request POST 'http://192.168.8.18:3080/api/customer/operation/inOrderAdd' \ --header 'apiKey;' \ --header 'signature;' \ --header 'timestamp;' \ --header 'sourceFrom;' \ --header 'Content-Type: application/json' \ --data-raw '{ "whCode": "cd_w_wh", "customerRefNo": "CUS2024080703", "estiTime": "2024-08-07 11:18:00", "inType": "STANDARD", "arrivalMode": "BOX", "boxMainModel": [ { "rowBoxQty": 2, "boxSkuQty": 2, "length": 9, "width": 76, "height": 59, "weight": 69, "skuDetail": [ { "quantity": 1, "skuCode": "ZGTZ8918" } ] } ] }'