Login
Search...
/
Documentation
API Reference
Use Cases
Introduction
Overview
API Reference
Admin
Amenities
Applicants
Applications
Appointments
Billing and Payments
Construction Job Cost
Employees
Events
Files
Invoices
Leads
Leases
Listings
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
GET
Get all concessions
GET
Get concession by ID
GET
Get all floor plans
GET
Get floor plan by ID
GET
Get all units
POST
Create unit
GET
Get all unit details
GET
Get a unit by ID
PUT
Update unit
GET
Get all unit types
GET
Get unit type by ID
GET
Get a unit detail by ID
Vendors
Webhooks Configuration
Login
API Reference
Units
Create unit
POST
https://
api.propexo.com
/
v1
/
units
/
Create a unit for a property.
Request
This endpoint expects an object.
property_id
string
Required
intgration_id
string
Required
integration_id
string
Optional
The Propexo unique identifier for the integration
lease_period_id
string
Optional
The Propexo unique identifier for the lease period
bathrooms
string
Optional
The number of bathrooms in the unit.
bedrooms
string
Optional
The number of bedrooms in the unit.
city
string
Optional
The city of the unit.
country
string
Optional
The country of the unit.
date_available
datetime
Optional
The date that the unit becomes available
is_furnished
boolean
Optional
Whether the unit is furnished
number
string
Optional
The unit number
square_feet
double
Optional
The size of the unit in square feet.
state
string
Optional
The state of the unit.
street_address_1
string
Optional
The first address line associated with the unit
street_address_2
string
Optional
The second address line associated with the unit
zip
string
Optional
The zip code of the unit.
floor_plan_code
string
Optional
The external ID of the floor plan
unit_type_id
string
Optional
The external ID of the unit type
category
"Residential" or "Commercial"
Optional
Allowed values:
Residential
Commercial
The category of the unit.
type
"Apartment" or "House"
Optional
Allowed values:
Apartment
House
The type of the unit.
name
string
Optional
The name of the unit. Example: "Unit 3".
abbreviation
string
Optional
The abbreviation of the unit. Example: "UNIT3"
address_1
string
Optional
The first address line of the unit.
address_2
string
Optional
The second address line of the unit.
notes
string
Optional
Notes about the unit.
rent_amount_market_in_cents
double
Optional
The market rent cost of the unit, in cents.
Response
This endpoint returns an object.
job_id
string
The ID of the job created to handle this operation
data
object
Errors
400
Bad Request
Built with