E-State
  1. Rental Requests
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
        • store
        • show
      • Auth
        • profile
        • logout
        • register
        • login
      • Units
        • index
        • show
        • units client
      • Sales
        • index
        • show
    • System
      • Projects
        • index
        • show
      • Units
        • index
        • show units by project
        • show
      • Sales
        • SaleRefund
          • index
          • show
        • index
        • show
      • Attention Requests
        • index
        • show
      • Clients
        • index
        • show
      • Discounts
        • index
        • show
      • Lands
        • owners
        • index
        • show
        • show land owner
      • marketings
        • campaign-types
        • show campaign type
        • campaign-goals
        • show campaign goals
        • index
        • show
      • Purchase Orders
        • index
        • show
        • raise-budgets
        • show raise-budgets
      • Purchase Requests
        • index
        • show
      • Rental Requests
        • rental-requests
          GET
        • show rental-requests
          GET
  1. Rental Requests

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

🟢200Success
application/json
Body
status
string 
required
message
string 
required
data
object (RentalRequest) 
required
id
number 
required
unit_id
number 
required
building_id
number 
required
project_id
number 
required
country_id
number 
optional
area_id
number 
optional
city_id
number 
optional
block_id
number 
optional
owner_client_id
number 
required
bathrooms_count
number 
required
halls_design
string 
required
brokerage_amount
number 
required
unit_name
string 
required
is_has_maid_room
boolean 
optional
is_received_suk
boolean 
optional
collect_rent
string 
optional
insurance_amount
number 
optional
collect_insurance_amount
number 
optional
is_has_storage_room
boolean 
optional
is_has_roof
boolean 
optional
is_has_rather
boolean 
optional
is_has_air_conditioning
boolean 
optional
is_has_kitchen
boolean 
optional
is_kitchen_has_apps
boolean 
optional
is_furnished
boolean 
optional
payments_count
number 
optional
unit_password
string 
optional
unit_map_url
string 
optional
notes
string 
optional
status
string 
optional
garage
string 
optional
one_batches_price
number 
optional
two_batches_price
number 
optional
one_batches_price_brokerage
string 
optional
two_batches_price_brokerage
string 
optional
contract_period_per_month
string 
optional
contract_documentation_fees
string 
optional
floor
string 
optional
total_area
string 
optional
type
string 
optional
unit_type
string 
optional
ownerClient
object (Client Simple) 
required
unit
object (Unit Simple) 
required
building
object (Building Simple) 
required
project
object (Project Simple) 
required
country
object (Country Simple) 
optional
area
object (Area Simple) 
required
city
object (City Simple) 
optional
block
object (Block Simple) 
optional
rentals
array[object (Rental Simple) {3}] 
required
Modified at 2025-04-10 14:09:32
Previous
rental-requests
Built with