Flipdish · Example Payload

Stores Store End Of Day Report Example

RestaurantOnline OrderingMobile AppsPoint-of-SaleOrderMenusPaymentsWebhook

Stores Store End Of Day Report Example is an example object payload from Flipdish, with 26 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

StoreIdStoreNameCurrencyOrderCountOrderValueOrderValueExcludingDeliveryFeesCollectionOrderCountCollectionCashOrderCountCollectionPaidOnlineOrderCountCollectionOrderValueCollectionCashOrderValueCollectionPaidOnlineOrderValueDeliveryOrderCountDeliveryCashOrderCountDeliveryPaidOnlineOrderCountDeliveryOrderValueDeliveryCashOrderValueDeliveryPaidOnlineOrderValuePaidOnlineOrderCountCashOrderCountPaidOnlineOrderValueCashOrderValuePaidOnlineOrderValueExcludingDeliveryFeesCashOrderValueExcludingDeliveryFeesStartTimeEndTime

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "StoreName": "Example Name",
  "Currency": "EUR",
  "OrderCount": 3,
  "OrderValue": 1.0,
  "OrderValueExcludingDeliveryFees": 12.5,
  "CollectionOrderCount": 3,
  "CollectionCashOrderCount": 3,
  "CollectionPaidOnlineOrderCount": 3,
  "CollectionOrderValue": 1.0,
  "CollectionCashOrderValue": 1.0,
  "CollectionPaidOnlineOrderValue": 1.0,
  "DeliveryOrderCount": 3,
  "DeliveryCashOrderCount": 3,
  "DeliveryPaidOnlineOrderCount": 3,
  "DeliveryOrderValue": 1.0,
  "DeliveryCashOrderValue": 1.0,
  "DeliveryPaidOnlineOrderValue": 1.0,
  "PaidOnlineOrderCount": 3,
  "CashOrderCount": 3,
  "PaidOnlineOrderValue": 1.0,
  "CashOrderValue": 1.0,
  "PaidOnlineOrderValueExcludingDeliveryFees": 12.5,
  "CashOrderValueExcludingDeliveryFees": 12.5,
  "StartTime": "2026-06-02T12:00:00Z",
  "EndTime": "2026-06-02T12:00:00Z"
}