Create Lease: Rent Manager

Create Lease: Rent Manager | Method | |---| | POST /Leases |

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
resident_idstringRequired
The Propexo unique identifier for the resident
unit_idstringRequired
The Propexo unique identifier for the unit
property_idstringOptional
The Propexo unique identifier for the property
start_datestringOptionalformat: "date-time"
The start date associated with the lease
end_datestringOptionalformat: "date-time"
The end date associated with the lease
scheduled_move_out_datestringOptionalformat: "date-time"

The scheduled move-out date associated with the lease

realized_move_in_datestringOptionalformat: "date-time"

The move-in date associated with the lease

realized_move_out_datestringOptionalformat: "date-time"

The move-out date associated with the lease

Response

Successful response
metaobject
resultobject

Errors