Warehouse

Locations create.

post/rest/api/warehouse/location/

Request body

idinteger nullable required
namestring nullable
codestring nullable

Example request

[
  {
    "id": 341,
    "name": "Column A",
    "code": "A.001.B.002"
  }
]

Response

No locations was created

locationsinteger[]

Example response

{
  "locations": []
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.