Skip to main content

Lease Is Month-to-Month Canceled

Overview

·Event key:
lease.is_month_to_month_canceled

This event notifies your callback URL when a lease leaves month-to-month status. Use it to synchronize lease status changes and stop month-to-month billing or operational workflows in downstream systems.

When This Event Triggers

This event fires when a lease is saved after transitioning from month-to-month status back to a non-month-to-month state.

Event Payload

Example payloadJSON200 · application/json
{
"id": "8cc87045-3333-4a16-a882-454044e6762a",
"event": "lease.is_month_to_month_canceled",
"timestamp": "2024-10-09T13:49:31.658518+00:00",
"data": {
"lease_id": 74827,
"unit_id": 4355,
"unit_pms_identifier": "u1234",
"tenant_pms_identifier": "t1234",
"community_id": 435245,
"community_pms_identifier": "c1234",
"month_to_month_price": 1500.00
}
}