GeneralMessageDeliveriesStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
GeneralMessageDelivery array of GeneralMessageDeliveryStructure

Example

{
  "GeneralMessageDelivery" : [ {
    "GeneralMessage" : [ {
      "InfoMessageIdentifier" : { },
      "InfoMessageVersion" : 12345,
      "InfoChannelRef" : { },
      "ValidUntilTime" : "...",
      "SituationRef" : { },
      "Content" : { },
      "formatRef" : "...",
      "ItemIdentifier" : "...",
      "RecordedAtTime" : "..."
    }, {
      "InfoMessageIdentifier" : { },
      "InfoMessageVersion" : 12345,
      "InfoChannelRef" : { },
      "ValidUntilTime" : "...",
      "SituationRef" : { },
      "Content" : { },
      "formatRef" : "...",
      "ItemIdentifier" : "...",
      "RecordedAtTime" : "..."
    } ],
    "GeneralMessageCancellation" : [ {
      "InfoMessageIdentifier" : { },
      "InfoChannelRef" : { },
      "Extensions" : { },
      "ItemRef" : { },
      "RecordedAtTime" : "..."
    }, {
      "InfoMessageIdentifier" : { },
      "InfoChannelRef" : { },
      "Extensions" : { },
      "ItemRef" : { },
      "RecordedAtTime" : "..."
    } ],
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "RequestMessageRef" : {
      "value" : "..."
    },
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "CapabilityNotSupportedError" : { },
      "AccessNotAllowedError" : { },
      "NoInfoForTopicError" : { },
      "AllowedResourceUsageExceededError" : { },
      "OtherError" : { },
      "Description" : { }
    },
    "ValidUntil" : "...",
    "ShortestPossibleCycle" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ResponseTimestamp" : "..."
  }, {
    "GeneralMessage" : [ {
      "InfoMessageIdentifier" : { },
      "InfoMessageVersion" : 12345,
      "InfoChannelRef" : { },
      "ValidUntilTime" : "...",
      "SituationRef" : { },
      "Content" : { },
      "formatRef" : "...",
      "ItemIdentifier" : "...",
      "RecordedAtTime" : "..."
    }, {
      "InfoMessageIdentifier" : { },
      "InfoMessageVersion" : 12345,
      "InfoChannelRef" : { },
      "ValidUntilTime" : "...",
      "SituationRef" : { },
      "Content" : { },
      "formatRef" : "...",
      "ItemIdentifier" : "...",
      "RecordedAtTime" : "..."
    } ],
    "GeneralMessageCancellation" : [ {
      "InfoMessageIdentifier" : { },
      "InfoChannelRef" : { },
      "Extensions" : { },
      "ItemRef" : { },
      "RecordedAtTime" : "..."
    }, {
      "InfoMessageIdentifier" : { },
      "InfoChannelRef" : { },
      "Extensions" : { },
      "ItemRef" : { },
      "RecordedAtTime" : "..."
    } ],
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "RequestMessageRef" : {
      "value" : "..."
    },
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "CapabilityNotSupportedError" : { },
      "AccessNotAllowedError" : { },
      "NoInfoForTopicError" : { },
      "AllowedResourceUsageExceededError" : { },
      "OtherError" : { },
      "Description" : { }
    },
    "ValidUntil" : "...",
    "ShortestPossibleCycle" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ResponseTimestamp" : "..."
  } ]
}