Warehouse

Category create.

post/rest/api/warehouse/category/

Request body

namestring required
parentIdinteger nullable
sortinteger required

Example request

[
  {
    "name": "Kategoria 1",
    "parentId": 38,
    "sort": 2
  }
]

Response

Nothing to create

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

Changes

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