Update Lease Custom Data: Propertyware REST

The custom data fields given in this payload must already exist on the lease. At this time, Propertyware REST does not support a way to create custom fields initially via the API. | Method | Interface | |---|---| | PUT /v1/leases/customfields | Leases |

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 nullable any or objectsRequired
A mapping of the fields you want to update and the associated values

Response

Successful response
metaobject
resultobject

Errors