CancellationEvent

This is an object representing when an appointment was canceled.

This is an object representing when an appointment was canceled.

Example

{  "actor": null,  "cancellation_reason": {    "id": "cr_a1b2c3d4e5f6",    "name": "Distance too far",    "object": "cancellation_reason",    "sort_order": 1  },  "custom_reason_text": "I'm sick",  "initiated_by": "client",  "object": "cancellation_event",  "occurred_at": "2023-01-01T03:00:00Z",  "source": "client_ui"}