Update Property: Rent Manager

Update a property in Rent Manager | Method | |---| | POST /Properties |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

property_idstringRequired
The Propexo unique identifier for the property

Request

This endpoint expects an object.
short_descriptionstringRequired
A short description of the property
namestringOptional
The name associated with the property
manager_namestringOptional
The name of the property manager
is_activebooleanOptional
Whether the property is active
manager_emailstringOptional
The email address of the property manager
notesstringOptional
Notes associated with the property
square_feetstringOptional
The square footage of the property

Response

Successful response
metaobject
resultobject

Errors