Address
Создание типа улиц
StreetTypeController ( privileges: Global: SYSTEM, ADMIN)
post/street_types
Request body
Example request
{
"name": "бульвар",
"shortName": "б-р."
}Response
Oк
Example response
{
"id": 1,
"name": "переулок",
"shortName": "пер."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.