TerminateSubscriptionRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
All string
SubscriptionRef array of SubscriptionQualifierStructure
Properties inherited from RequestStructure
RequestTimestamp string
Address string
RequestorRef ParticipantRefStructure
MessageIdentifier MessageQualifierStructure

Example

{
  "All" : "...",
  "SubscriptionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "RequestTimestamp" : "...",
  "Address" : "...",
  "RequestorRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  }
}