Flipdish · Schema

ClientDeviceAssignEnrolledDevice

Assign enrolled device to AppId

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Properties

Name Type Description
DeviceModel string Device Model
PinCode string Pin Code
View JSON Schema on GitHub

JSON Schema

devices-client-device-assign-enrolled-device-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-schema/devices-client-device-assign-enrolled-device-schema.json",
  "title": "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"
    }
  }
}