Update unit

Update a unit for a property.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequired
The ID of the resource.

Request

This endpoint expects an object.
integration_idstringOptional
The Propexo unique identifier for the integration
unit_idstringOptional
The Propexo unique identifier for the unit
categoryenumOptional
The category of the unit.
Allowed values:
typeenumOptional
The type of the unit.
Allowed values:
namestringOptional

The name of the unit. Example: “Unit 3”.

abbreviationstringOptional

The abbreviation of the unit. Example: “UNIT3”

address_1stringOptional
The first address line associated with the unit
address_2stringOptional
The second address line of the unit.
citystringOptional
The city associated with the unit
statestringOptional
The state associated with the unit
zipstringOptional
The zip code associated with the unit
countrystringOptional
The country of the unit.
notesstringOptional
Notes associated with the unit
bathroomsdoubleOptional

The number of bathrooms associated with the unit. This value is sent directly to Rent Manager as-is. Use decimals for half bathrooms.

bedroomsintegerOptional
The number of bedrooms associated with the unit
rent_amount_market_in_centsintegerOptional
The market rent amount in cents for the unit
square_feetintegerOptional
The square footage of the unit
numberstringOptional
The unit number
is_vacantbooleanOptional
Whether the unit is vacant

Response

Successful response
job_idstring
The ID of the job created to handle this operation
dataobject

Errors