Create a tenant property
BetaCreates 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
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept
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.
name
address_line_1
address_line_2
address_line_3
city
postal_code
state
Response
Tenant property successfully created.
id
name
status
address_line_1
address_line_2
address_line_3
city
postal_code
state