Units

Update unit

PUT
Update a unit for a property.

Path parameters

idstringRequired

Request

This endpoint expects an object.
integration_id
stringOptional
The Propexo unique identifier for the integration
unit_id
stringOptional
The Propexo unique identifier for the unit
category
enumOptional
The category of the unit.
Allowed values: ResidentialCommercial
type
enumOptional
The type of the unit.
Allowed values: ApartmentHouse
name
stringOptional
The name of the unit. Example: "Unit 3".
abbreviation
stringOptional
The abbreviation of the unit. Example: "UNIT3"
address_1
stringOptional
The first address line of the unit.
address_2
stringOptional
The second address line of the unit.
city
stringOptional
The city of the unit.
state
stringOptional
The state of the unit.
zip
stringOptional
The zip code of the unit.
country
stringOptional
The country of the unit.
notes
stringOptional
Notes about the unit.
bathrooms
stringOptional
The number of bathrooms in the unit.
bedrooms
stringOptional
The number of bedrooms in the unit.
rent_amount_market_in_cents
doubleOptional
The market rent cost of the unit, in cents.
square_feet
doubleOptional
The size of the unit in square feet.

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.