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

AssociatedProfileSummary

Properties

Name Description Type Required Generic Enum Ignore
@type string true true
ProfileID The globally unique identifier for the associated profile. string false false
UserID The customer facing ID for the profile. string false false
RelationshipType array false RelationshipType_Enum --- false
Description Description of the relationship between the associated profile and the profile on the record. string false false
ExtensionPoint ExtensionPoint false true
{
  "@type" : "string",
  "profileID" : "string",
  "userID" : "string",
  "relationshipType" : [ {
    "value" : { },
    "extension" : "string"
  } ],
  "description" : "string",
  "extensionPoint" : { }
}