Flipdish · Example Payload

Marketing Update Voucher Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

PromotionIdPromotionNamePromotionAwardMenuItemPublicIdsCodeDescriptionStoresValidOnOrdersOverTakesPriorityIsEnabledIsAutomaticallyAppliedIncludeDeliveryFeeIsValidForDeliveryOrdersIsValidForPickupOrdersIsValidForOrdersPayedOnlineIsValidForOrdersPayedByCashIsValidForFirstOrderOnlyIsValidOncePerCustomerIsValidOnlyOnceIsDiscoverableForceDiscountStartDateExpiryDateChannelRestrictionsValidityPeriodsVoucherSubTypeCustomerIdMaxRedemptions

Example Payload

Raw ↑
{
  "PromotionId": 500123,
  "PromotionName": "Example Name",
  "PromotionAwardMenuItemPublicIds": [
    "00000000-0000-0000-0000-000000000000"
  ],
  "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
}