landate
    landate
    • Get Property Details by Id
      GET

      Get Property Details by Id

      Developing
      GET
      http://127.0.0.1:8001/v1/{id}
      Get Property details by id from the database.

      Request

      Path Params
      id
      string 
      required
      propery id
      Body Params application/json
      string 
      optional
      property_owner
      string 
      required
      public_address
      string 
      required
      owernership_type
      string 
      required
      percentage_ownership
      integer 
      required
      area_pincode
      integer 
      required
      district
      string 
      required
      state
      string 
      required
      country
      string 
      required
      area
      number 
      required
      landmark
      string 
      required
      zone_restriction
      string 
      required
      transparency
      string 
      required
      transfer_mechanism
      string 
      required
      payment_processing
      string 
      required
      regulatory_compliance
      string 
      required
      number_of_onwners
      integer 
      required
      dispute_resolution
      string 
      required
      current_property_price
      integer 
      required
      actual_property_price
      integer 
      required
      Example
      {
          "": "string",
          "property_owner": "string",
          "public_address": "string",
          "owernership_type": "string",
          "percentage_ownership": 0,
          "area_pincode": 0,
          "district": "string",
          "state": "string",
          "country": "string",
          "area": 0,
          "landmark": "string",
          "zone_restriction": "string",
          "transparency": "string",
          "transfer_mechanism": "string",
          "payment_processing": "string",
          "regulatory_compliance": "string",
          "number_of_onwners": 0,
          "dispute_resolution": "string",
          "current_property_price": 0,
          "actual_property_price": 0
      }

      Request samples

      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      Dart
      R
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'http://127.0.0.1:8001/v1/' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "": "string",
          "property_owner": "string",
          "public_address": "string",
          "owernership_type": "string",
          "percentage_ownership": 0,
          "area_pincode": 0,
          "district": "string",
          "state": "string",
          "country": "string",
          "area": 0,
          "landmark": "string",
          "zone_restriction": "string",
          "transparency": "string",
          "transfer_mechanism": "string",
          "payment_processing": "string",
          "regulatory_compliance": "string",
          "number_of_onwners": 0,
          "dispute_resolution": "string",
          "current_property_price": 0,
          "actual_property_price": 0
      }'

      Responses

      🟢200OK
      application/json
      Body
      object {0}
      Example
      {}
      Modified at 2023-06-06 17:36:51
      Built with