Address
Создание улицы
StreetController ( privileges: Global: SYSTEM, ADMIN)
post/cities/{city}/streets
Path parameters
номер ресурса населенного пункта
Request body
Example request
{
"name": "Озерная",
"fias": "92082bf1-40e5-41a0-9304-e3bf74c24e7b"
}Response
Oк
Example response
{
"id": 1,
"shortType": "ул.",
"name": "Оборонная",
"fias": "92082bf1-40e5-41a0-9304-e3bf74c24e7b",
"user_fio": "Иванов Иван Иванович",
"streetTypeId": 1,
"city": {
"id": 1,
"name": "Хабаровск",
"regionName": "Хабаровский край",
"regionShortName": "ЕАО ",
"outsideId": 2,
"outsideName": "Хабаровский р-он",
"typeId": 1,
"typeName": "город",
"typeShortName": "г.",
"okato": "08 224",
"oktmo": "08 624",
"fias": "9f905365-dbef-425a-9724-3db4e18dc7d9"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.