Create Lease: Propertyware

Create Lease: Propertyware | Method | |---| | createLease |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
property_idstringRequired
The Propexo unique identifier for the property
unit_idstringRequired
The Propexo unique identifier for the unit
primary_contact_idstringRequired
The Propexo unique identifier of the primary contact. This must either be a lead, applicant, or resident in Propexo
tenantslist of objectsRequired
An array of Propexo lead, applicant, or resident IDs. This must also include the primary contact ID
start_datestringRequiredformat: "date-time"
The start date associated with the lease
end_datestringRequiredformat: "date-time"
The end date associated with the lease
scheduled_move_in_datestringOptionalformat: "date-time"

The move-in date associated with the lease

scheduled_move_out_datestringOptionalformat: "date-time"

The move-out date associated with the lease

statusenumOptional
The status associated with the lease
Allowed values:

Response

Successful response
metaobject
resultobject

Errors