Listings

Update listing

PUT
Update a listing for an integration.

Path parameters

listing_idstringRequired

Request

This endpoint expects an object.
available_date
datetimeOptional
The date the unit is available.
bathrooms
stringOptional
The number of bathrooms in the unit
bedrooms
stringOptional
The number of bedrooms in the unit
building_name
stringOptional
The name of the building
city
stringOptional
The city associated with the listing
country
stringOptional
The country associated with the listing
deposit_amount_in_cents
integerOptional
The deposit amount in cents
floor
stringOptional
The floor the unit is on
is_available
booleanOptional
Whether the unit is available for rent
is_vacant
booleanOptional
Whether the unit is vacant
lease_term
stringOptional
The lease term
notes
stringOptional
Additional notes about the unit
rent_amount_in_cents
integerOptional
The rent amount in cents
state
stringOptional
The state associated with the listing
street_address_1
stringOptional
The first address line associated with the listing
street_address_2
stringOptional
The second address line associated with the listing
zip
stringOptional
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
Returned data from the operation. This is dependent on the vendor specific endpoint's returned data.