{
"id": 0,
"building_id": 0,
"project_id": 0,
"is_for_rent": true,
"name": "string",
"status": "string",
"url_360": "string",
"floor": "string",
"room_count": 0,
"doc_unit_number": 0,
"doc_number": 0,
"area": "string",
"bathroom_count": 0,
"is_furnished": true,
"garage": "string",
"tax_rate": 0,
"price_before_tax": 0,
"website_price": 0,
"air_conditioner_count": 0,
"electricity_number_out": 0,
"electricity_number_in": 0,
"emptying_deed_number": 0,
"deed_number": 0,
"water_meter_number": 0,
"view": "string",
"interface": "string",
"ac_type": "string",
"board_type": "string",
"tax_value": 0,
"price_after_tax": 0,
"name_full": "string",
"project": {
"id": 0,
"name": "string",
"code": "string",
"status": "string",
"type": "string",
"image": "string",
"start_work_date": "string",
"end_work_date": "string"
},
"building": {
"id": 0,
"name": "string",
"project_id": 0,
"type": "string",
"land_area": "string",
"tax_value": 0,
"price_after_tax": 0
},
"sale": {
"id": 0,
"reason_for_pay_id": 0,
"project_id": 0,
"building_id": 0,
"unit_id": 0,
"tax_reference_number": 0,
"sale_type": "string",
"target_type": "string",
"status": "string"
},
"activeBooking": {
"id": 0,
"unit_id": 0,
"building_id": 0,
"client_id": 0,
"booking_open_at": "string",
"booking_expired_at": "string",
"booking_open_at_text": "string",
"booking_expired_at_text": "string"
},
"nextBooking": {
"id": 0,
"unit_id": 0,
"building_id": 0,
"client_id": 0,
"booking_open_at": "string",
"booking_expired_at": "string",
"booking_open_at_text": "string",
"booking_expired_at_text": "string"
},
"client": {
"id": 0,
"name": "string",
"phone": "string",
"email": "string"
},
"bookings_count": 0,
"comments_count": 0,
"sale_clients_count": 0,
"clients_count": 0,
"bookings": [
{
"id": 0,
"unit_id": 0,
"building_id": 0,
"client_id": 0,
"booking_open_at": "string",
"booking_expired_at": "string",
"booking_open_at_text": "string",
"booking_expired_at_text": "string"
}
],
"comments": [
{
"id": 0,
"model_id": 0,
"model_type": "string",
"comment": "string"
}
],
"saleClients": [
{
"id": 0,
"sale_id": 0,
"client_id": 0,
"unit_id": 0
}
],
"clients": [
{
"id": 0,
"name": "string",
"phone": "string",
"email": "string"
}
]
}