Source: https://restauranttechnologynetwork.com/technical-documents

PortfolioHoldingCompany

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
HoldingCompanyName The name of a company that owns one or more brands. string false false
HoldingCompanyID An identifier for the holding company. string false false
Brand array false Brand --- false
Privacy Assigned Type: ms-0200:Privacy Privacy false false
CommunicationMethod Assigned Type: ms-0200:CommunicationMethod CommunicationMethod false false
TermsAndConditions array false TermsAndConditions --- false
Description A textual description for the holding company. string false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "holdingCompanyName" : "string",
  "holdingCompanyID" : "string",
  "brand" : [ {
    "@type" : "string",
    "brandName" : "string",
    "brandID" : "string",
    "preferredBrandDescription" : "string",
    "location" : [ { } ],
    "privacy" : { },
    "communicationMethod" : { },
    "termsAndConditions" : [ { } ],
    "preferredOrderChannel" : [ { } ],
    "brandDescription" : "string",
    "preferredBrandInd" : "boolean",
    "extensionPoint" : { }
  } ],
  "privacy" : {
    "@type" : "string",
    "shareMarketIndicator" : "string",
    "shareSyncIndicator" : "string",
    "extensionPoint" : { }
  },
  "communicationMethod" : {
    "@type" : "string",
    "communicationMethod" : { },
    "preferredLanguage" : "string",
    "primaryInd" : "boolean",
    "extensionPoint" : { }
  },
  "termsAndConditions" : [ {
    "@type" : "string",
    "issuerID" : "string",
    "issuerDescription" : "string",
    "description" : "string",
    "dateTime" : "string",
    "acceptanceInd" : "boolean",
    "extensionPoint" : { }
  } ],
  "description" : "string",
  "extensionPoint" : { }
}