Create a tenant property
Creates a new tenant property and returns a JSON object with the resulting property.
<Warning>
This endpoint is in beta and is subject to change. Please contact [implementations@truework.com](mailto:implementations@truework.com) for more information before integrating.
</Warning>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
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
Errors
400
Create New Tenant Property Request Bad Request Error
401
Create New Tenant Property Request Unauthorized Error
403
Create New Tenant Property Request Forbidden Error
404
Create New Tenant Property Request Not Found Error
406
Create New Tenant Property Request Not Acceptable Error
429
Create New Tenant Property Request Too Many Requests Error
451
Create New Tenant Property Request Unavailable for Legal Reasons Error
500
Create New Tenant Property Request Internal Server Error
501
Create New Tenant Property Request Not Implemented Error