Create property
Create a property for an integration.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
x_portfolio_id
The ID of the portfolio to create the property under in the PMS.
abbreviation
The abbreviation of the property. Example: PROP1
name
The name of the property. Example: Property 1
square_footage
The size of the property in square feet
address_1
The first address line associated with the property
address_2
The second address line associated with the property
zip
The zip code associated with the property
city
The city associated with the property
county
The county associated with the property
state
The state associated with the property
country
The country associated with the property
website
The website URL associated with the property
is_active
Whether or not the property is currently active
notes
General notes about the property
year_built
The year the property was built
category
The category of the property. This is from a limited set of data that the PMS requires.
Allowed values:
type
The type of the property. This is from a limited set of data that the PMS requires.
Response
Successful response
job_id
The ID of the job created to handle this operation
data