Properties

Update property

PUT
Update a property for an integration.

Path parameters

idstringRequired

Request

This endpoint expects an object.
integration_id
stringRequired
property_id
stringOptional
The Propexo unique identifier for the property
abbreviation
stringOptional
The abbreviation of the property. Example: PROP1
name
stringOptional
The name of the property. Example: Property 1
street_address_1
stringOptional
The first address line associated with the property
street_address_2
stringOptional
The second address line associated with the property
zip
stringOptional
The zip code associated with the property
city
stringOptional
The city associated with the property
county
stringOptional
The county associated with the property
state
stringOptional
The state associated with the property
country
stringOptional
The country associated with the property
website
stringOptional
The website URL associated with the property
square_footage
stringOptional
The size of the property in square feet
is_active
stringOptional
Whether or not the property is currently active
notes
stringOptional
General notes about the property
year_built
integerOptional
The year the property was built
category
enumOptional
The category of the property. This is from a limited set of data that the PMS requires.
Allowed values: ResidentialCommercial
type
enumOptional
The type of the property. This is from a limited set of data that the PMS requires.

Response

This endpoint returns an object
job_id
string
The ID of the job created to handle this operation
data
object
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.