Deliverect · Example Payload

Dispatch Api Dispatch Updatejob Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Dispatch Api Dispatch Updatejob Example is an example object payload from Deliverect, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_idexternalJobIddeliveryLocations

Example Payload

Raw ↑
{
  "_id": "5c8fbfd3c6489f00010e50d1",
  "externalJobId": "ABC123",
  "deliveryLocations": [
    {
      "deliveryId": "ABC567",
      "orderId": "5f47a223280a29046404e2af",
      "channelOrderDisplayId": "MT4YVTPL",
      "deliveryTime": "2019-02-20T16:45:00.000000Z",
      "packageSize": "small",
      "orderDescription": "hot food",
      "company": "BrainQuantums",
      "name": "V. Bertels",
      "street": "Refugehof",
      "streetNumber": "49",
      "postalCode": "9001 AB",
      "city": "Leusden",
      "phone": "+32123456789",
      "latitude": "52.370216",
      "longitude": "4.895168",
      "deliveryRemarks": "please knock 3x, baby is sleeping",
      "payment": {
        "orderIsAlreadyPaid": false,
        "amount": 1500,
        "paymentType": 2,
        "paysWith": 2000
      }
    }
  ]
}