Deliverect · Example Payload

Dispatch Api Dispatch Cancel Job Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

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

Top-level fields

jobIdaccountpickupLocationdeliveryLocationscourier

Example Payload

Raw ↑
{
  "jobId": "5c8******************0d1",
  "account": "5be******************e57",
  "pickupLocation": {
    "location": "5ea******************4a9"
  },
  "deliveryLocations": [
    {
      "orderId": "5f4******************2af",
      "channelOrderDisplayId": "MT4YVTPL",
      "deliveryId": "ABC567"
    }
  ],
  "courier": {
    "courierId": "D1234"
  }
}