Flipdish · Example Payload

Marketing Voucher With Stats Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Marketing Voucher With Stats Example is an example object payload from Flipdish, with 38 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TotalUsedTotalCustomersTotalAmountFromOrdersTotalDiscountedAverageOrderSizeVoucherIdStatusVoucherTypeCurrencyStoreNamesPromotionDetailsCreditNoteDetailsLumpDiscountDetailsPercentDiscountDetailsCodeDescriptionStoresValidOnOrdersOverTakesPriorityIsEnabledIsAutomaticallyAppliedIncludeDeliveryFeeIsValidForDeliveryOrdersIsValidForPickupOrdersIsValidForOrdersPayedOnlineIsValidForOrdersPayedByCashIsValidForFirstOrderOnlyIsValidOncePerCustomerIsValidOnlyOnceIsDiscoverableForceDiscountStartDateExpiryDateChannelRestrictionsValidityPeriodsVoucherSubTypeCustomerIdMaxRedemptions

Example Payload

Raw ↑
{
  "TotalUsed": 12.5,
  "TotalCustomers": 12.5,
  "TotalAmountFromOrders": 12.5,
  "TotalDiscounted": 12.5,
  "AverageOrderSize": 1.0,
  "VoucherId": 500123,
  "Status": "Valid",
  "VoucherType": "PercentageDiscount",
  "Currency": "EUR",
  "StoreNames": [
    "Example Name"
  ],
  "PromotionDetails": "string",
  "CreditNoteDetails": "string",
  "LumpDiscountDetails": "string",
  "PercentDiscountDetails": "string",
  "Code": "string",
  "Description": "string",
  "Stores": [
    1
  ],
  "ValidOnOrdersOver": 1.0,
  "TakesPriority": true,
  "IsEnabled": true,
  "IsAutomaticallyApplied": true,
  "IncludeDeliveryFee": true,
  "IsValidForDeliveryOrders": true,
  "IsValidForPickupOrders": true,
  "IsValidForOrdersPayedOnline": true,
  "IsValidForOrdersPayedByCash": true,
  "IsValidForFirstOrderOnly": true,
  "IsValidOncePerCustomer": true,
  "IsValidOnlyOnce": true,
  "IsDiscoverable": true,
  "ForceDiscount": true,
  "StartDate": "2026-06-02T12:00:00Z",
  "ExpiryDate": "2026-06-02T12:00:00Z",
  "ChannelRestrictions": [
    "Ios"
  ],
  "ValidityPeriods": [],
  "VoucherSubType": "None",
  "CustomerId": 500123,
  "MaxRedemptions": 1
}