post https://eu-ext.linnworks.net/api/Wms/AddWarehouseZone
Permissions Required: GlobalPermissions.Inventory.WarehouseManagement.AdministrationNode
Rate limit: 150 / minute
Log in to see full request history
Response
Permissions Required: GlobalPermissions.Inventory.WarehouseManagement.AdministrationNode
Rate limit: 150 / minute
xxxxxxxxxx
curl --request POST \
--url https://eu-ext.linnworks.net/api/Wms/AddWarehouseZone \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"Zone": {
"ZoneId": 0,
"ZoneTypeId": 0,
"Name": "string",
"ParentZoneId": 0,
"HierarchyLevel": 0,
"StockLocationIntId": 0
}
}