{
"body": {
"code": "WH-SH-ELECTRONIC",
"name": "上海电子仓",
"staffCodes": ["EMP-2024-WM001"],
"warehouseType": 2
}
}
curl --location --request POST '/api/open/v2/warehouses/create' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"code": "WH-SH-ELECTRONIC",
"name": "上海电子仓",
"staffCodes": ["EMP-2024-WM001"],
"warehouseType": 2
}
}'
{
"code": 0,
"message": ""
}