Update Unit Custom Data: Propertyware REST

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

Authentication

AuthorizationBearer

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

Path parameters

unit_idstringRequired
The Propexo unique identifier for the unit

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