Warehouse
Locations create.
post/rest/api/warehouse/location/
Request body
Example request
[
{
"id": 341,
"name": "Column A",
"code": "A.001.B.002"
}
]Response
No locations was created
Example response
{
"locations": []
}[
{
"id": 341,
"name": "Column A",
"code": "A.001.B.002"
}
]No locations was created
{
"locations": []
}