{
"inboundPlanOrderNo": "string",
"actualShipDate": "2019-08-24",
"estimateArriveTime": "2019-08-24",
"tmsNo": "string",
"goodsType": 2,
"isPallet": 0,
"boatCompanyCode": "string",
"gpSize": 1,
"gpNumber": "string"
}
curl --location --request POST 'https://hwc-open-api.yqn.com/v1/inbound/updateShippingInformation' \
--header 'Content-Type: application/json' \
--data-raw '{
"inboundPlanOrderNo": "string",
"actualShipDate": "2019-08-24",
"estimateArriveTime": "2019-08-24",
"tmsNo": "string",
"goodsType": 2,
"isPallet": 0,
"boatCompanyCode": "string",
"gpSize": 1,
"gpNumber": "string"
}'
{
"code": "string",
"message": "string"
}