Get Property Details by Id
DevelopingGET
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
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 2 years ago