Real Estate Service Real Estate object Real Estate object

GET /realandmate/v1/RealEstateService/RealEstateObjects/{id}

Returns an information about specific Real Estate object.


{
    "id": string,
    "name": string,
    "description": string,
    "date_created": date,
    "date_modified": date,
    "owner":{
      "name": string,
      "phone": string,
      "email": string
    },
    "tenant":{
      "name": string,
      "phone": string,
      "email": string
    },
    "property_type": string,
    "property_address": string,
    "property_size": string,
    "occupancy": number,
    "rentable_area": string,
    "lease_term": string,
    "rental_price": string,
    "maintenance_schedule": [string],
    "utilities": [string],
    "amenities": [string],
    "lease_agreement_details": string,
    "security_deposit": string,
    "tags": [string]
}

Code Description
200