| Name | Description | Type | Additional information |
|---|---|---|---|
| Location |
The location where the event is happening |
LocationLite |
None. |
| Driver |
Information about the driver of the event |
EventDriver |
None. |
| ClientId |
The client the event is for |
integer |
None. |
| BookingId |
The booking the event is for |
integer |
None. |
| ServiceTypeId |
The service type of the booking for the event |
integer |
None. |
| Action |
The action of the event (pickup, dropoff) |
EventAction |
None. |
| Status |
The status of the event (has it been arrived/performed yet?) |
EventStatusCode |
None. |
| EstimatedTime |
The estimated time of the event |
date |
None. |
| ActualArrive |
The actual time the vehicle arrived |
date |
None. |
| ScheduledTimeEarly |
Pickup/dropoff was scheduled to occur no earlier than this time. |
date |
None. |
| ScheduledTime |
The scheduled pickup/dropoff time. |
date |
None. |
| ScheduledTimeLate |
Pickup/dropoff was scheduled to occur no later than this time. |
date |
None. |