It has Four API's
-
Create Property - URL : http://localhost:9080/create-property Request Payload : { "houseFlatNumber": "", "address":"", "facing":"", "status":"" }
-
Update Property - URL : http://localhost:9080/update-property/1 Request Payload : { "houseFlatNumber": "", "address":"", "facing":"", "status":"" }
-
Approve Property - URL : http://localhost:9080/approve-property/1
-
Search Property - URL : http://localhost:9080/search-property/1