Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions callback/callback-configs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ As part of the driver/dispatcher workflows, Item Documentation (PoD) may be gene
| **images** | Array of Image Info Object | [] | An array of images that are associated with this documentation |
| **event_code** | Event code object | {} | The chosen event code by an agent to be associated with this documentation |
| **tags** | Array of Tag | Empty Array | A list of route tags. These are route preferences |
| **labels** | Array of Label | Empty Array | A list of labels that may have been scanned |

##### Event Code Object

Expand All @@ -558,6 +559,12 @@ As part of the driver/dispatcher workflows, Item Documentation (PoD) may be gene
| **type** | string | "" | The type of an image. "proof" usually denotes the proof of delivery, "signature" usually denotes the signature blocks. New types may be added in the future |
| **position** | LatLng | {} | The lat/lng associated with the image |

##### Label Object

| Field | Type | Default | Description |
| ----------- | ----------- | ----------- | ----------- |
| **barcode** | string | "" | The barcode on the label |

#### Assignee Callback Example

```json
Expand Down