Create Lease: Rentvine
Create Lease: Rentvine
| Interface | Method |
|---|---|
| Leases | POST /api/manager/leases |
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
integration_id
The Propexo unique identifier for the integration
unit_id
The Propexo unique identifier for the unit
scheduled_move_in_date
The move-in date associated with the lease
start_date
The start date associated with the lease
rent_amount_in_cents
The rent amount in cents for the lease
nsf_fee_amount_in_cents
The NSF fee amount in cents for the lease
status
The status associated with the lease
Allowed values:
associated_resident_ids
A list of Propexo Resident IDs associated with the lease. The resident must be a primary.
employee_id
The Propexo unique identifier for the employee
end_date
The end date associated with the lease
resident_charges
A list of move in charges for the lease
recurring_resident_charges
A list of recurring charges for the lease
other_occupants
A list of other occupants for the lease
Response
Successful response
meta
result

