Flipdish · Example Payload

Customers Customer Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Customers Customer 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

CustomerIdNameRegistrationDatePhoneNumberCashOrdersEnabledCardOrdersEnabledMarketingEnabled

Example Payload

Raw ↑
{
  "CustomerId": 500123,
  "Name": "Example Name",
  "RegistrationDate": "2026-06-02T12:00:00Z",
  "PhoneNumber": "+353000000000",
  "CashOrdersEnabled": true,
  "CardOrdersEnabled": true,
  "MarketingEnabled": true
}