Update Lease: Buildium

Update Lease: Buildium | Interface | Method | |---|---| | Leases | PUT /leases/:leaseId |

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_idstringRequired
The Propexo unique identifier for the unit
typeenumRequired
The type associated with the lease
Allowed values:
start_datestringRequired
The start date associated with the lease
end_datestringOptional
The end date associated with the lease
is_eviction_pendingbooleanOptionalDefaults to false
Whether the lease has an eviction pending
automatically_move_out_residentsbooleanOptionalDefaults to false
Whether residents should be set to "past" status automatically at the expiration of the lease

Response

Successful response
metaobject
resultobject

Errors