| name | data type | description | 
|---|---|---|
| ParticipantPermissions | boolean | |
| Extensions | ExtensionsStructure | |
Properties inherited from AbstractServiceRequestStructure | 
        ||
| RequestTimestamp | string | |
| MessageIdentifier | MessageQualifierStructure | |
Example
{
  "ParticipantPermissions" : true,
  "Extensions" : {
    "any" : { }
  },
  "RequestTimestamp" : "...",
  "MessageIdentifier" : {
    "value" : "..."
  }
}