{
"inboundNoticeCode": "string",
"inboundNoticeCodes": [
"string"
],
"thirdCodes": [
"string"
],
"warehouseId": "string",
"tenantId": 0
}curl --location --request POST '/open/inboundNotice/finish' \
--header 'Authorization: Bearer {{token}}' \
--header 'timestamp: {{timestamp}}' \
--header 'sign: {{sign}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"inboundNoticeCode": "string",
"inboundNoticeCodes": [
"string"
],
"thirdCodes": [
"string"
],
"warehouseId": "string",
"tenantId": 0
}'{
"code": 0,
"msg": "string",
"data": {},
"trace": "string",
"extra": {
"property1": {},
"property2": {}
},
"ok": true
}