Flipdish · Example Payload

Customers Order Voucher Summary Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

VoucherIdNameDescriptionCodeAmountTypeSubType

Example Payload

Raw ↑
{
  "VoucherId": 500123,
  "Name": "Example Name",
  "Description": "string",
  "Code": "string",
  "Amount": 12.5,
  "Type": "PercentageDiscount",
  "SubType": "None"
}