Update Lease: Propertyware REST

Update Lease: Propertyware REST | Method | Interface | |---|---| | PUT /v1/leases | Leases |

Authentication

AuthorizationBearer

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

Path parameters

lease_idstringRequired
The ID of the resource.

Request

This endpoint expects an object.
unit_idstringOptional
The Propexo unique identifier for the unit
primary_contact_idstringOptional
The Propexo unique identifier of the primary contact. This must either be a lead, applicant, or resident in Propexo
tenant_idslist of stringsOptional
An array of Propexo lead, applicant, or resident IDs. This must also include the primary contact ID
start_datestringOptional
The start date associated with the lease
end_datestringOptional
The end date associated with the lease
move_in_datestringOptional

The move-in date associated with the lease. This must come before move_out_date

move_out_datestringOptional

The move-out date associated with the lease. This must come before move_in_date

scheduled_move_out_datestringOptional

The scheduled move-out date associated with the lease. This must come before move_in_date

statusenumOptional
The status associated with the lease
Allowed values:
rent_amount_in_centsintegerOptional>=0
The rent amount in cents for the lease
notesstringOptional
Notes associated with the lease
signature_datestringOptional
The signature date of the lease
deposit_amount_in_centsintegerOptional>=0
The deposit amount in cents associated with the lease
deposit_charge_datestringOptional
The deposit date associated with the lease

Response

Successful response
metaobject
resultobject

Errors