Flipdish · Example Payload

Orders Order Batch Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Order Batch Example is an example object payload from Flipdish, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

OrderIdsIdDisplayCodeCreateTimeIsPublished

Example Payload

Raw ↑
{
  "OrderIds": [
    1
  ],
  "Id": 500123,
  "DisplayCode": "string",
  "CreateTime": "2026-06-02T12:00:00Z",
  "IsPublished": true
}