Address
создание улицы из общего списка
AllStreetController (privileges: SYSTEM, ADMIN)
post/streets
Request body
Example request
{
"name": "Озерная",
"cityId": 2,
"prefixId": 3
}Response
Oк
Example response
{
"id": 3,
"name": "Брянская",
"cityName": "Сосновка",
"cityPrefixId": 5,
"cityPrefixName": "село",
"cityPrefixShortName": "с.",
"prefixId": 6,
"prefixName": "улица",
"prefixShortName": "ул."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.