Flipdish · JSON Structure

Devices Client Device Assign Enrolled Device Structure

Assign enrolled device to AppId

Type: object Properties: 2
RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Properties

DeviceModel PinCode

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-assign-enrolled-device-structure.json",
  "name": "ClientDeviceAssignEnrolledDevice",
  "description": "Assign enrolled device to AppId",
  "type": "object",
  "properties": {
    "DeviceModel": {
      "description": "Device Model",
      "type": "string",
      "example": "string"
    },
    "PinCode": {
      "description": "Pin Code",
      "type": "string",
      "example": "string"
    }
  }
}