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": []
}Changes
No recorded changes to this endpoint across all 1 revision of this API.