Listing
Create/Update Listing
This endpoint creates or updates a listing with the provided information.
POST
Header
string
default:"none"
required
The authentication token for your request
Body
string
default:"none"
required
The id of a group to use for the listing create/update operation.Used for:
- searching for an existing listing record to update
- setting group assignment for a newly created listing record
string
default:"none"
The id of the unit you want to associate the newly created or updated listing.If no unit id is specified, a new unit record will be created instead.
[string]
default:"none"
A list of amenities for the listing to be created or updated.
[string]
default:"none"
A list of features for the listing to be created or updated.
string
default:"none"
The tier of finish for the listing to be created or updated.
date
default:"none"
The date from which the listing should become active.If this is not provided, it will default ot the current date.
object
default:"none"
Address information for the listing to be added or updated.
[object]
default:"none"
A list of bathroom characteristics for each bathroom for the listing to be updated or created.
integer
default:"none"
The number of bedrooms for the listing to be updated or created.
string
The description of the listing to be updated or created.
string
The url to the floorplan for the listing to be updated or created.
[string]
A list of urls of images for the listing to be updated or created.
boolean
Whether the listing to be updated or created is for a flex apartment or not.
boolean
Whether the listing to be updated or created is furnished or not.
object
A list of the terms for the lease to be updated or created.
date
The move in date for the listing to be updated or created.
float
The square feet surface for the listing to be updated or created.
string
The url to the virtual tour for the listing to be updated or created.
string
The number of the unit record associated with the listing to be created or updated.
string
required
The type of the unit associated with the listing to be updated or created.Will be either apartment or studio_apartment.
string
required
The url of the listing to be updated or created.
Response
boolean
Whether the listing update or create operation has been successful.
object
The listing that has just been created or updated.
Errors
Listed below are common errors that may be returned by the endpoint, along with their corresponding status code. Status Code - 400Missing Authorization header
Expired Authorization header bearer token value
Invalid Authorization header bearer token value
No group provided for the listing
No or wrong unit type provided for the listing
No listing url for the listing

