Update unit

PUT
/v1/units/:id

Update a unit for a property.

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
Allowed values: ResidentialCommercial

The category of the unit.

typeenumOptional
Allowed values: ApartmentHouse

The type of the unit.

namestringOptional

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

abbreviationstringOptional

The abbreviation of the unit. Example: “UNIT3”

address_1stringOptional

The first address line of the unit.

address_2stringOptional

The second address line of the unit.

citystringOptional

The city of the unit.

statestringOptional

The state of the unit.

zipstringOptional

The zip code of the unit.

countrystringOptional

The country of the unit.

notesstringOptional

Notes about the unit.

bathroomsstringOptional

The number of bathrooms in the unit.

bedroomsstringOptional

The number of bedrooms in the unit.

rent_amount_market_in_centsdoubleOptional

The market rent cost of the unit, in cents.

square_feetdoubleOptional

The size of the unit in square feet.

Response

Successful response

job_idstring

The ID of the job created to handle this operation

dataobject

Errors

Built with