name | data type | description |
---|---|---|
ParticipantPermissions | boolean | |
Extensions | Extensions | |
version | string | |
Properties inherited from AbstractServiceRequestStructure |
||
MessageIdentifier | MessageQualifierStructure | |
Properties inherited from AbstractRequestStructure |
||
RequestTimestamp | string |
Example
{ "ParticipantPermissions" : true, "Extensions" : { "anies" : [ { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } }, { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } } ] }, "version" : "...", "MessageIdentifier" : { "value" : "..." }, "RequestTimestamp" : "..." }