Flipdish · Example Payload

Marketing Loyalty Campaign Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

CampaignIdStatisticsStoresPublicIdOrdersBeforeReceivingVoucherPercentDiscountAmountMaxDiscountRoundingStrategyShouldIncludeOrdersWithLoyaltyVoucherVoucherValidPeriodDaysIncludeDeliveryFeeAutoApplyResultingVouchersIncludeExistingOrdersIsEnabledStoreIdsAppIdForceDiscount

Example Payload

Raw ↑
{
  "CampaignId": 500123,
  "Statistics": "string",
  "Stores": [],
  "PublicId": "00000000-0000-0000-0000-000000000000",
  "OrdersBeforeReceivingVoucher": 1,
  "PercentDiscountAmount": 12.5,
  "MaxDiscount": 3,
  "RoundingStrategy": 1,
  "ShouldIncludeOrdersWithLoyaltyVoucher": true,
  "VoucherValidPeriodDays": 1,
  "IncludeDeliveryFee": true,
  "AutoApplyResultingVouchers": true,
  "IncludeExistingOrders": true,
  "IsEnabled": true,
  "StoreIds": [
    1
  ],
  "AppId": "500123",
  "ForceDiscount": true
}