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

      Body Params application/json

      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 Code 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

      Example
      {}
      Modified at 2023-06-06 17:36:51
      Built with