{
"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",
"active_init_sale_period": "string",
"building": {
"id": 0,
"name": "string",
"project_id": 0,
"type": "string",
"land_area": "string",
"tax_value": 0,
"price_after_tax": 0
},
"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
},
"client": {
"id": 0,
"name": "string",
"phone": "string",
"email": "string"
},
"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"
}
}