Deliverect · JSON Structure

Pos Api Pos Register Structure

Deliverect Register POS

Type: object Properties: 1 Required: 1
RestaurantDeliveryOnline OrderingPoint of SaleOrder ManagementIntegration

PosRegister is a JSON Structure definition published by Deliverect, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

location

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/deliverect/refs/heads/main/json-structure/pos-api-pos-register-structure.json",
  "name": "PosRegister",
  "description": "Deliverect Register POS",
  "type": "object",
  "properties": {
    "location": {
      "type": "string",
      "default": "",
      "example": "string"
    }
  },
  "required": [
    "location"
  ]
}