This end point allows you to update a single existing property on property manager's portfolio. It accepts PUT requests to
https://sturents.com/api/house
The body of the request should be a JSON object which matches the form specified below. View the authentication instructions to see how to authenticate your requests.
If a property with the specified reference field does not exist the endpoint will return a warning. Therefore this endpoint provides a safe way to ensure you cannot duplicate an existing property.
All keys are boolean where true indicates that this utility is included with the rent.
A planned future development is to allow a separate mechanism to upload photos via FTP, which will utilise the "type" field
Each key is a boolean indicating if the specified item is eligible to rent the property. At least one field must be set to true
We have written sample libraries to handle generation of an authentication token and submission to our API. If your language is not included, please feel free to suggest it to our API team via email
Our API is rate limited for identical requests, if you are constantly receiving an error code 429, please reduce the frequency of your requests. Identical requests are those with the exact same query parameter values. We strongly encourage that if you are encountering this issue during local development you cache/save the response from the API.
We have a support email for developers if you have any questions or encounter problems whilst using the API.