Update Unit: Rent Manager
Update a unit in Rent Manager. This endpoint supports updating basic unit information, addresses, market rent, floor plan details, marketing data, and building information. Some fields require specific embeds to be enabled in Rent Manager.
| Method |
|---|
| POST /Units |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
unit_id
The Propexo unique identifier for the unit
Request
This endpoint expects an object.
number
The unit number
notes
Notes associated with the unit
square_feet
The square footage of the unit
bathrooms
The number of bathrooms associated with the unit. This value is sent directly to Rent Manager as-is. Use decimals for half bathrooms.
bedrooms
The number of bedrooms associated with the unit
is_vacant
Whether the unit is vacant
address_1
The first address line associated with the unit
city
The city associated with the unit
state
The state associated with the unit
zip
The zip code associated with the unit
rent_amount_market_in_cents
The market rent amount in cents for the unit
Response
Successful response
meta
result

