Address
Создание элемента тип населенного пункта
CityTypeController ( privileges: Global: SYSTEM, ADMIN)
post/city_types
Request body
Example request
{
"name": "село",
"shortName": "с."
}Response
Oк
Example response
{
"id": 1,
"shortName": "с.",
"name": "село"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.