TerminateSubscriptionRequestBodyStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SubscriberRef RequestorRef
SubscriptionRef array of SubscriptionQualifierStructure
All string

Example

{
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "All" : "..."
}