show rental-requests
Developing
GET
http://estate.test/api/v1{{url}}/system/rental-requests/1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/rental-requests/1' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
"status": "true",
"message": "Operation completed successfully",
"data": {
"id": 3,
"unit_id": 7,
"building_id": 8,
"project_id": 1,
"country_id": 7,
"area_id": 3,
"city_id": 6,
"block_id": 3,
"owner_client_id": 0,
"bathrooms_count": 1,
"halls_design": "occaecat Duis esse Excepteur do",
"brokerage_amount": 8,
"unit_name": "Julian Haag I",
"is_has_maid_room": true,
"is_received_suk": false,
"collect_rent": "elit",
"insurance_amount": 4,
"collect_insurance_amount": 6,
"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": false,
"is_furnished": false,
"payments_count": 8,
"unit_password": "Fa1Z39QmNce4dfm",
"unit_map_url": "https://neat-breastplate.us/",
"notes": "Curatio valens torrens sursum thalassinus.",
"status": "deserunt Duis sed qui sint",
"garage": "officia consectetur proident",
"one_batches_price": 5,
"two_batches_price": 9,
"one_batches_price_brokerage": "22.45",
"two_batches_price_brokerage": "934.95",
"contract_period_per_month": "September",
"contract_documentation_fees": "aliquip",
"floor": "dolor aute",
"total_area": "dolor officia aliquip",
"type": "ad",
"unit_type": "laboris",
"ownerClient": {
"id": 8,
"name": "Gwendolyn Harvey",
"phone": "1-714-762-3294 x92908",
"email": "Magnolia.Sporer@yahoo.com"
},
"unit": {
"id": 9,
"building_id": 2,
"project_id": 7,
"is_for_rent": false,
"name": "Dave Stroman",
"status": "voluptate qui reprehenderit",
"floor": "sint quis magna",
"room_count": 8,
"bathroom_count": 2
},
"building": {
"id": 8,
"name": "Jermaine Sawayn",
"project_id": 0,
"type": "k",
"land_area": "alias",
"tax_value": 9,
"price_after_tax": 927
},
"project": {
"id": 1,
"name": "Refined Bronze Sausages",
"code": "v",
"status": "claudeo",
"type": "vulgus",
"image": "https://major-status.name",
"start_work_date": "2025-04-10T01:23:14.408Z",
"end_work_date": "2024-10-09T01:11:12.799Z"
},
"country": {
"id": 3,
"name": "Mr. Theodore Macejkovic"
},
"area": {
"id": 5,
"name": "Johnny Kautzer",
"type": "cillum incididunt"
},
"city": {
"id": 3,
"country_id": 4,
"parent_id": 9,
"name": "Ross Aufderhar",
"type": "aute Duis in"
},
"block": {
"id": 1,
"name": "Virgil Turner",
"type": "reprehenderit eu"
},
"rentals": [
{
"id": 7,
"rental_owner_type": "id",
"unit_name": "Gerard Leffler"
}
]
}
}
Request
Header Params
x-api-key
string
optional
Example:
{{x-api-key}}
x-secret-key
string
optional
Example:
{{x-secret-key}}
Responses
Modified at 2025-04-10 14:09:32