Listings

*Create listing

POST
Create a listing for an integration.

Request

This endpoint expects an object.
unit_id
stringRequired
The Propexo unit id
rent_amount_in_cents
integerRequired
The rent amount in cents
deposit_amount_in_cents
integerRequired
The deposit amount in cents
available_date
stringRequired
The available date
contact_id
stringRequired
The Propexo contact id
is_managed_external
booleanRequired
Whether the listing is managed externally
lease_terms
stringOptional
The lease terms
custom_data
objectOptional
Deprecated: Field is no longer applicable

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.