Flipdish · Example Payload

Customers User Search Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdPhoneNumberEmailCustomerNameHasLoggedInUserDiscriminatorTsCreateWhiteLabelConfigsUserType

Example Payload

Raw ↑
{
  "Id": 500123,
  "PhoneNumber": "+353000000000",
  "Email": "owner@example.com",
  "CustomerName": "Example Name",
  "HasLoggedIn": true,
  "UserDiscriminator": "All",
  "TsCreate": "2026-06-02T12:00:00Z",
  "WhiteLabelConfigs": [],
  "UserType": "string"
}