Flipdish · Example Payload

Customers Teammate Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

AppAccessLevelHasAccessToAllStoresStoreIdsPropertyIds

Example Payload

Raw ↑
{
  "AppAccessLevel": "None",
  "HasAccessToAllStores": true,
  "StoreIds": [
    1
  ],
  "PropertyIds": [
    "string"
  ]
}