{
"warehouseId": "string",
"orderPieces": 0,
"details": [
{
"quantity": 0,
"skuCode": "string",
"costPrice": 0,
"qualityCheck": true,
"labeling": true,
"produceTime": "2019-08-24T14:15:22Z"
}
],
"thirdCode": "string",
"expectArrivalTime": "2019-08-24",
"expressName": "string",
"expressNo": "string",
"expressPrice": 0,
"orderVolume": 0,
"orderWeight": 0,
"remark": "string",
"sendCountry": "string",
"sendProvince": "string",
"sendCity": "string",
"sendAddress": "string"
}curl --location --request POST '/open/inboundNotice/add' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"warehouseId": "string",
"orderPieces": 0,
"details": [
{
"quantity": 0,
"skuCode": "string",
"costPrice": 0,
"qualityCheck": true,
"labeling": true,
"produceTime": "2019-08-24T14:15:22Z"
}
],
"thirdCode": "string",
"expectArrivalTime": "2019-08-24",
"expressName": "string",
"expressNo": "string",
"expressPrice": 0,
"orderVolume": 0,
"orderWeight": 0,
"remark": "string",
"sendCountry": "string",
"sendProvince": "string",
"sendCity": "string",
"sendAddress": "string"
}'{
"code": 0,
"msg": "string",
"data": {
"inboundNoticeCode": "string",
"skuNotFound": [
"string"
]
},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}