Create Location

post/api/locations

Request body

loc_idstring required
loc_namestring required
max_capacityinteger
colorstring
typestring
descriptionstring nullable
accepted_pagesstring[] nullable
accepted_categoriesstring[] nullable
accepted_attrsstring[] nullable

Response

Successful Response

idstring required
loc_namestring required
max_capacityinteger required
current_capacityinteger required
typestring required
colorstring
descriptionstring nullable
accepted_pagesstring[] nullable
accepted_categoriesstring[] nullable
accepted_attrsstring[] nullable

Changes

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