Lease Is Month-to-Month Selected
Overview
·Event key:lease.is_month_to_month_selectedThis event notifies your callback URL when a lease transitions into month-to-month status. Use it to synchronize lease status, billing workflows, and month-to-month rent data across external systems.
When This Event Triggers
This event fires when a lease is saved after transitioning from a non-month-to-month state into month-to-month status.
Event Payload
Example payloadJSON200 · application/json
{"id": "8cc87045-2222-4a16-a882-454044e6762a","event": "lease.is_month_to_month_selected","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}}