Each dispatch payload includes an operation field indicating the type of action:
| Operation | Description |
|---|---|
CREATE | New booking request. The external system should create a time slot reservation. |
UPDATE | Booking details have changed (e.g. updated time window, different vehicle). |
CANCEL | The booking is no longer needed and should be released. |