Address
Заведения нового подъезда в доме
EntrancesController (privileges: SYSTEM, ADMIN. Для модели Home)
post/homes/{home}/entrances
Path parameters
идентификатор дома (Home)
Request body
Example request
{
"data": {
"id": 1,
"nom": "1",
"intercom": "3458",
"floors": 1,
"homeId": 5
}
}Response
Oк
Example response
{
"data": {
"id": 1,
"nom": "1",
"intercom": "3458",
"floors": 1,
"homeId": 5
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.