Otter · JSON Structure

Public Api Pos Menu Sync Request Structure

PosMenuSyncRequest schema from Public API (Otter Public API).

Type: object Properties: 3
RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Properties

shouldPublishChanges useCustomOptions customBulkResolutionOptions

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/otter/refs/heads/main/json-structure/public-api-pos-menu-sync-request-structure.json",
  "name": "PosMenuSyncRequest",
  "description": "PosMenuSyncRequest schema from Public API (Otter Public API).",
  "type": "object",
  "properties": {
    "shouldPublishChanges": {
      "type": "boolean",
      "nullable": true,
      "description": "Whether or not to publish changes to external services after bulk resolution.",
      "example": true
    },
    "useCustomOptions": {
      "type": "boolean",
      "nullable": true,
      "description": "If true, use `customBulkResolutionOptions` instead of menu configuration.",
      "example": true
    },
    "customBulkResolutionOptions": {
      "nullable": true,
      "$ref": "https://raw.githubusercontent.com/api-evangelist/otter/refs/heads/main/json-schema/public-api-custom-bulk-resolution-options-schema.json"
    }
  }
}