Flipdish · Example Payload

Customers Customer Summary Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdNameEmailAddressPhoneNumberLocalFormatPhoneNumberLanguagePreference

Example Payload

Raw ↑
{
  "Id": 500123,
  "Name": "Example Name",
  "EmailAddress": "owner@example.com",
  "PhoneNumberLocalFormat": "2026-06-02T12:00:00Z",
  "PhoneNumber": "+353000000000",
  "LanguagePreference": "string"
}