SubscriptionResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
Address string
ResponderRef ParticipantRefStructure
RequestMessageRef MessageQualifierStructure
ResponseStatus array of StatusResponseStructure
SubscriptionManagerAddress string
ServiceStartedTime string
Extensions ExtensionsStructure

Example

{
  "ResponseTimestamp" : "...",
  "Address" : "...",
  "ResponderRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "ResponseStatus" : [ {
    "ResponseTimestamp" : "...",
    "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" : "...",
    "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
    }
  } ],
  "SubscriptionManagerAddress" : "...",
  "ServiceStartedTime" : "...",
  "Extensions" : {
    "any" : { }
  }
}