Flipdish · Example Payload

Marketing Voucher Summary Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

VoucherIdCodeStatusVoucherTypeVoucherSubTypeDescriptionIsEnabledStoreNamesIsAvailableOnAllStores

Example Payload

Raw ↑
{
  "VoucherId": 500123,
  "Code": "string",
  "Status": "Valid",
  "VoucherType": "PercentageDiscount",
  "VoucherSubType": "None",
  "Description": "string",
  "IsEnabled": true,
  "StoreNames": [
    "Example Name"
  ],
  "IsAvailableOnAllStores": true
}