Update Property Custom Data: Propertyware REST

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

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.
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