Channel Identify Request Details Structure

IdentifyRequestDetails schema from Burger King's Partners API

Type: object Properties: 3
Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

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

Properties

operator terminal transactionId

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/restaurant-brands/refs/heads/main/json-structure/channel-identify-request-details-structure.json",
  "name": "IdentifyRequestDetails",
  "description": "IdentifyRequestDetails schema from Burger King's Partners API",
  "type": "object",
  "properties": {
    "operator": {
      "$ref": "#/components/schemas/Operator"
    },
    "terminal": {
      "$ref": "#/components/schemas/Terminal"
    },
    "transactionId": {
      "$ref": "#/components/schemas/TransactionId"
    }
  }
}