Получить Виды собственности по ID
Path Parameters
id int64 required
id
Responses
- 200
- 401
- 403
- 404
OK
*/*
Schema
Example (from schema)
Schema
id int64
name string
reductionFactor double
vehicle boolean
{
"id": 0,
"name": "string",
"reductionFactor": 0,
"vehicle": true
}
Unauthorized
Forbidden
Not Found
Loading...