{
"billId": 0,
"inStorageWarehouseId": 0,
"inStorageDistrictId": 0,
"inStorageLocationId": 0,
"ids": [
0
]
}
curl --location --request POST '/PutOnShelves/changeLocation' \
--header 'Content-Type: application/json' \
--data-raw '{
"billId": 0,
"inStorageWarehouseId": 0,
"inStorageDistrictId": 0,
"inStorageLocationId": 0,
"ids": [
0
]
}'
{
"code": "",
"message": "",
"data": false
}