{
"param": {
"ids": [
"string"
]
},
"uuid": "string",
"startDate": "string"
}
curl --location --request POST '/commonApi/inner/deletePallet' \
--header 'token: ddaac0cb-41ee-42b3-9198-7f3452f90aca' \
--header 'Content-Type: application/json' \
--data-raw '{
"param": {
"ids": [
"string"
]
},
"uuid": "string",
"startDate": "string"
}'
{
"actionMsg": null,
"code": 0,
"data": true,
"errorMsg": "string",
"msg": "string"
}