| address1 | string |
| address2 | string |
| city | string |
| deliveredDate | string <date-time> |
object (ExternalReference) | |
| deliveryState | string Enum: "PENDING" "IN_PROGRESS" "DELIVERED" "PICKED_UP" |
| dispatchedDate | string <date-time> |
| latitude | number <double> |
| longitude | number <double> |
| notes | string |
| state | string |
| zipCode | string |
{- "address1": "string",
- "address2": "string",
- "city": "string",
- "state": "string",
- "zipCode": "string",
- "latitude": 0,
- "longitude": 0,
- "notes": "string",
- "deliveredDate": "2019-08-24T14:15:22Z",
- "dispatchedDate": "2019-08-24T14:15:22Z",
- "deliveryEmployee": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}, - "deliveryState": "PENDING"
}