Flipdish · JSON Structure

Devices Client Device Enroll Structure

Enroll a client device

Type: object Properties: 3
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

ClientDeviceEnroll is a JSON Structure definition published by Flipdish, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

DeviceModel DeviceId DeviceName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/devices-client-device-enroll-structure.json",
  "name": "ClientDeviceEnroll",
  "description": "Enroll a client device",
  "type": "object",
  "properties": {
    "DeviceModel": {
      "description": "Device model",
      "type": "string",
      "example": "string"
    },
    "DeviceId": {
      "description": "Device Id",
      "type": "string",
      "example": "500123"
    },
    "DeviceName": {
      "description": "Device Name",
      "type": "string",
      "example": "Example Name"
    }
  }
}