Get Property Details by Id
Developing
Get Property details by id from the database.
Request
Body Params application/json
{
"": "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
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
application/json Modified at 2023-06-06 17:36:51