Revel Systems · JSON Structure

Revel Open Api Order Structure

Order schema from Revel Open API

Type: object Properties: 22
Point-of-SaleRestaurantRetailiPad

Order is a JSON Structure definition published by Revel Systems, describing 22 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id uuid establishment customer created_by call_number call_name running_tax_number web_order is_invoice closed printed has_items has_history dining_option delivery_employee device_id local_id pickup_time created_date updated_date resource_uri

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/revel-systems/refs/heads/main/json-structure/revel-open-api-order-structure.json",
  "name": "Order",
  "description": "Order schema from Revel Open API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "example": 1
    },
    "uuid": {
      "type": "uuid",
      "example": "a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
    },
    "establishment": {
      "type": "int32",
      "description": "Foreign key to Establishment.",
      "example": 1
    },
    "customer": {
      "type": "int32",
      "nullable": true,
      "description": "Foreign key to Customer.",
      "example": 1
    },
    "created_by": {
      "type": "int32",
      "description": "Employee who created the order.",
      "example": 1
    },
    "call_number": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "call_name": {
      "type": "string",
      "nullable": true,
      "example": "Window"
    },
    "running_tax_number": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "web_order": {
      "type": "boolean",
      "example": true
    },
    "is_invoice": {
      "type": "boolean",
      "example": true
    },
    "closed": {
      "type": "boolean",
      "example": true
    },
    "printed": {
      "type": "boolean",
      "example": true
    },
    "has_items": {
      "type": "boolean",
      "example": true
    },
    "has_history": {
      "type": "boolean",
      "example": true
    },
    "dining_option": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "delivery_employee": {
      "type": "int32",
      "nullable": true,
      "example": 42
    },
    "device_id": {
      "type": "int32",
      "nullable": true,
      "example": 1
    },
    "local_id": {
      "type": "string",
      "nullable": true,
      "example": "LOC-1"
    },
    "pickup_time": {
      "type": "datetime",
      "nullable": true,
      "example": "2026-06-01T12:00:00Z"
    },
    "created_date": {
      "type": "datetime",
      "example": "2026-06-01T12:00:00Z"
    },
    "updated_date": {
      "type": "datetime",
      "example": "2026-06-01T12:00:00Z"
    },
    "resource_uri": {
      "type": "string",
      "example": "/resources/Resource/1/"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/revel-open-api-order-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.