TerminateSubscriptionResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
Address string
ResponderRef ParticipantRefStructure
RequestMessageRef MessageQualifierStructure
TerminationResponseStatus array of TerminationResponseStatus

Example

{
  "ResponseTimestamp" : "...",
  "Address" : "...",
  "ResponderRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "TerminationResponseStatus" : [ {
    "ResponseTimestamp" : "...",
    "RequestMessageRef" : {
      "value" : "..."
    },
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "CapabilityNotSupportedError" : { },
      "UnknownSubscriberError" : { },
      "UnknownSubscriptionError" : { },
      "OtherError" : { },
      "Description" : { }
    }
  }, {
    "ResponseTimestamp" : "...",
    "RequestMessageRef" : {
      "value" : "..."
    },
    "SubscriberRef" : {
      "value" : "..."
    },
    "SubscriptionFilterRef" : {
      "value" : "..."
    },
    "SubscriptionRef" : {
      "value" : "..."
    },
    "Status" : true,
    "ErrorCondition" : {
      "CapabilityNotSupportedError" : { },
      "UnknownSubscriberError" : { },
      "UnknownSubscriptionError" : { },
      "OtherError" : { },
      "Description" : { }
    }
  } ]
}