Flipdish · Example Payload

Devices Telemetry Series Property Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Devices Telemetry Series Property Example is an example object payload from Flipdish, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameTypeIntValuesStringValuesDoubleValues

Example Payload

Raw ↑
{
  "Name": "Example Name",
  "Type": "string",
  "IntValues": [
    1
  ],
  "StringValues": [
    "string"
  ],
  "DoubleValues": [
    1.0
  ]
}