{
"id": 0,
"unit_id": 0,
"building_id": 0,
"project_id": 0,
"country_id": 0,
"area_id": 0,
"city_id": 0,
"block_id": 0,
"owner_client_id": 0,
"bathrooms_count": 0,
"halls_design": "string",
"brokerage_amount": 0,
"unit_name": "string",
"is_has_maid_room": true,
"is_received_suk": true,
"collect_rent": "string",
"insurance_amount": 0,
"collect_insurance_amount": 0,
"is_has_storage_room": true,
"is_has_roof": true,
"is_has_rather": true,
"is_has_air_conditioning": true,
"is_has_kitchen": true,
"is_kitchen_has_apps": true,
"is_furnished": true,
"payments_count": 0,
"unit_password": "string",
"unit_map_url": "string",
"notes": "string",
"status": "string",
"garage": "string",
"one_batches_price": 0,
"two_batches_price": 0,
"one_batches_price_brokerage": "string",
"two_batches_price_brokerage": "string",
"contract_period_per_month": "string",
"contract_documentation_fees": "string",
"floor": "string",
"total_area": "string",
"type": "string",
"unit_type": "string",
"ownerClient": {
"id": 0,
"name": "string",
"phone": "string",
"email": "string"
},
"unit": {
"id": 0,
"building_id": 0,
"project_id": 0,
"is_for_rent": true,
"name": "string",
"status": "string",
"floor": "string",
"room_count": 0,
"bathroom_count": 0
},
"building": {
"id": 0,
"name": "string",
"project_id": 0,
"type": "string",
"land_area": "string",
"tax_value": 0,
"price_after_tax": 0
},
"project": {
"id": 0,
"name": "string",
"code": "string",
"status": "string",
"type": "string",
"image": "string",
"start_work_date": "string",
"end_work_date": "string"
},
"country": {
"id": 0,
"name": "string"
},
"area": {
"id": 0,
"name": "string",
"type": "string"
},
"city": {
"id": 0,
"country_id": 0,
"parent_id": 0,
"name": "string",
"type": "string"
},
"block": {
"id": 0,
"name": "string",
"type": "string"
},
"rentals": [
{
"id": 0,
"rental_owner_type": "string",
"unit_name": "string"
}
]
}