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
GET
Get all listings
POST
*Create listing
GET
Get a listing by ID
PUT
Update listing
Owners
Properties
Purchase Orders
Residents
Service Requests
Timezones
Units
Vendors
Webhooks Configuration
Login
API Reference
Listings
Update listing
PUT
https://
api.propexo.com
/
v1
/
listings
/
:listing_id
Update a listing for an integration.
Path parameters
listing_id
string
Required
The ID of the resource.
Request
This endpoint expects an object.
available_date
datetime
Optional
The date the unit is available.
bathrooms
string
Optional
The number of bathrooms in the unit
bedrooms
string
Optional
The number of bedrooms in the unit
building_name
string
Optional
The name of the building
city
string
Optional
The city associated with the listing
country
string
Optional
The country associated with the listing
deposit_amount_in_cents
integer
Optional
The deposit amount in cents
floor
string
Optional
The floor the unit is on
is_available
boolean
Optional
Whether the unit is available for rent
is_vacant
boolean
Optional
Whether the unit is vacant
lease_term
string
Optional
The lease term
notes
string
Optional
Additional notes about the unit
rent_amount_in_cents
integer
Optional
The rent amount in cents
state
string
Optional
The state associated with the listing
street_address_1
string
Optional
The first address line associated with the listing
street_address_2
string
Optional
The second address line associated with the listing
zip
string
Optional
The zip code associated with the listing
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