Warehouse

Locations data update.

put/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

Update location correctly

{"stackTrail":"paths:/rest/api/warehouse/location/:put:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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