Skip to main content

Lease Offer Canceled

Overview

·Event key:
lease_transaction.lease_offer_canceled

This event notifies your callback URL when a previously selected renewal lease offer is canceled after countersigning. Use it to undo renewal selection state and voided lease references in downstream systems.

When This Event Triggers

This event fires when a completed renewal is reverted after countersigning, canceling the previously selected lease offer and voiding the lease that had been generated from it.

Event Payload

Example payloadJSON200 · application/json
{
"id": "8cc87045-1111-4a16-a882-454044e6762a",
"event": "lease_transaction.lease_offer_canceled",
"timestamp": "2024-10-09T13:49:31.658518+00:00",
"data": {
"lease_offer_external_id": "LO-1234",
"lease_offer_uuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"client_id": 67890,
"guestcard_pms_identifier": "g1234",
"tenant_pms_identifier": "t1234",
"community_id": 435242,
"community_pms_identifier": "c1234",
"voided_lease_id": 12345
}
}