| Attribute | Data Type | Description |
|---|---|---|
| eventType | integer | Represents particular event type. In this case it is delivery skipped event |
| data.tripId | string | Trip Id where the delivery belongs |
| data.orderId | string | Order Id where the delivery belongs |
| data.businessCode | string | Customer code of the delivery |
| data.startTime | string | Planned start time of the delivery |
| data.endTime | string | Planned end time of the delivery |
| data.actualStartTime | string | Actual start time of the delivery |
| data.actualEndTime | string | Actual end time of the delivery |
| data.tz | string | timezone of the delivery |
| data.location | string | Planned latlong of the delivery |
| data.status | integer | Current status of the delivery |
| data.note | string | Activity Note as provided in the address master |
| data.vehicleId | string | Vehicle executing the delivery |
| data.vehicleCategoryName | string | Vehicle Category executing the delivery |
| data.driver | string | Driver executing the delivery |
| data.driverPhone | string | Phone number of the driver |
| data.packageList.refNo | string | Order Reference number as per the source system |
| data.packageList.packages.code | string | Unique code representing the package/sku |
| data.packageList.packages.qty | integer | Planned quantity of the package/sku |
| data.packageList.packages.actualQty | integer | Actual quantity of the package/sku |
| data.instructions.type | string | Type of the instruction as configured in the system |
| data.instructions.planned | string | Planned value of the instruction |
| data.instructions.actual | string | Actual value of the instruction |
| eventTime | long | Time in milliseconds in EPOCH format |