GeneralMessageRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
InfoChannelRef array of InfoChannelRefStructure
Language string
Extensions Extensions
version string
Properties inherited from AbstractServiceRequestStructure
MessageIdentifier MessageQualifierStructure
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "InfoChannelRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "Language" : "...",
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "version" : "...",
  "MessageIdentifier" : {
    "value" : "..."
  },
  "RequestTimestamp" : "..."
}