| name | data type | description |
|---|---|---|
| GeneralMessage | array of InfoMessageStructure | |
| GeneralMessageCancellation | array of InfoMessageCancellationStructure | |
| Extensions | ExtensionsStructure | |
| version | string | |
Properties inherited from AbstractServiceDeliveryStructure |
||
| RequestMessageRef | MessageQualifierStructure | |
| SubscriberRef | ParticipantRefStructure | |
| SubscriptionFilterRef | SubscriptionFilterRefStructure | |
| SubscriptionRef | SubscriptionQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
| ValidUntil | string | |
| ShortestPossibleCycle | Duration | |
Properties inherited from ResponseStructure |
||
| ResponseTimestamp | string | |
Example
{
"GeneralMessage" : [ {
"InfoMessageIdentifier" : {
"value" : "..."
},
"InfoMessageVersion" : 12345,
"InfoChannelRef" : {
"value" : "..."
},
"ValidUntilTime" : "...",
"SituationRef" : {
"value" : "..."
},
"Content" : { },
"formatRef" : "...",
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
}, {
"InfoMessageIdentifier" : {
"value" : "..."
},
"InfoMessageVersion" : 12345,
"InfoChannelRef" : {
"value" : "..."
},
"ValidUntilTime" : "...",
"SituationRef" : {
"value" : "..."
},
"Content" : { },
"formatRef" : "...",
"ItemIdentifier" : "...",
"RecordedAtTime" : "..."
} ],
"GeneralMessageCancellation" : [ {
"InfoMessageIdentifier" : {
"value" : "..."
},
"InfoChannelRef" : {
"value" : "..."
},
"Extensions" : {
"any" : { }
},
"ItemRef" : {
"value" : "..."
},
"RecordedAtTime" : "..."
}, {
"InfoMessageIdentifier" : {
"value" : "..."
},
"InfoChannelRef" : {
"value" : "..."
},
"Extensions" : {
"any" : { }
},
"ItemRef" : {
"value" : "..."
},
"RecordedAtTime" : "..."
} ],
"Extensions" : {
"any" : { }
},
"version" : "...",
"RequestMessageRef" : {
"value" : "..."
},
"SubscriberRef" : {
"value" : "..."
},
"SubscriptionFilterRef" : {
"value" : "..."
},
"SubscriptionRef" : {
"value" : "..."
},
"Status" : true,
"ErrorCondition" : {
"CapabilityNotSupportedError" : {
"CapabilityRef" : { }
},
"AccessNotAllowedError" : {
"ErrorText" : "..."
},
"NoInfoForTopicError" : {
"ErrorText" : "..."
},
"AllowedResourceUsageExceededError" : {
"ErrorText" : "..."
},
"OtherError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
},
"ValidUntil" : "...",
"ShortestPossibleCycle" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ResponseTimestamp" : "..."
}