Create a tenant property

Beta

Creates a new tenant property and returns a JSON object with the resulting property. <!— theme: warning —>

This endpoint is in beta and is subject to change. Please contact implementations@truework.com for more information before integrating.

Headers

AuthorizationstringRequired

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

Accept"application/json"Required
Specify the content type and version that the API should use. It's recommended to include this to avoid breaking changes.

Request

This endpoint expects an object.
namestringRequired
address_line_1stringOptional
address_line_2stringOptional
address_line_3stringOptional
citystringOptional
postal_codestringOptional
statestringOptional

Response

Tenant property successfully created.
idstring
namestring
statusstring
address_line_1string or null
address_line_2string or null
address_line_3string or null
citystring or null
postal_codestring or null
statestring or null

Errors