Update listing

PUT
/v1/listings/:listing_id
Update a listing for an integration.

Path parameters

listing_idstringRequired
The ID of the resource.

Request

This endpoint expects an object.
available_datedatetimeOptional
The date the unit is available.
bathroomsstringOptional
The number of bathrooms in the unit
bedroomsstringOptional
The number of bedrooms in the unit
building_namestringOptional
The name of the building
citystringOptional
The city associated with the listing
countrystringOptional
The country associated with the listing
deposit_amount_in_centsintegerOptional
The deposit amount in cents
floorstringOptional
The floor the unit is on
is_availablebooleanOptional
Whether the unit is available for rent
is_vacantbooleanOptional
Whether the unit is vacant
lease_termstringOptional
The lease term
notesstringOptional
Additional notes about the unit
rent_amount_in_centsintegerOptional
The rent amount in cents
statestringOptional
The state associated with the listing
street_address_1stringOptional
The first address line associated with the listing
street_address_2stringOptional
The second address line associated with the listing
zipstringOptional
The zip code associated with the listing

Response

This endpoint returns an object.
job_idstring
The ID of the job created to handle this operation
dataobject

Errors