Update Resident Custom Data: Rent Manager

The custom data fields given in this payload must already exist on the resident. | Method | |---| | GET /Contacts | | POST /Contacts/UserDefinedValues |

Authentication

AuthorizationBearer

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

Path parameters

resident_idstringRequired
The Propexo unique identifier for the resident

Request

This endpoint expects an object.
custom_datamap from strings to objectsRequired

A mapping of the fields you want to update and the associated values. Rent Manager has a limit of 10 key/value pairs

Response

Successful response
metaobject
resultobject

Errors