Deliverect · Example Payload

Channel Api Post Channelname Updaterating Example

RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

Channel Api Post Channelname Updaterating Example is an example object payload from Deliverect, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

channelOrderIdorderDatechannelLinkIdrating

Example Payload

Raw ↑
{
  "channelOrderId": "609a1b2c3d4e5f6a7b8c9d0e",
  "orderDate": "2026-03-15T14:30:00Z",
  "channelLinkId": "5e8abc11dec0001a009b",
  "rating": [
    {
      "subject": 1,
      "rating": 1,
      "comment": "string",
      "reason": 1
    }
  ]
}