Update Lease Custom Data: Rent Manager

The custom data fields given in this payload must already exist on the lease. | Method | |---| | GET /Leases | | POST /LeaseRenewals/{id}/NonCommercialUserDefinedValues |

Authentication

AuthorizationBearer

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

Path parameters

lease_idstringRequired
The Propexo unique identifier for the lease

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