| name | data type | description | 
|---|---|---|
| SubscriberRef | RequestorRef | |
| SubscriptionRef | array of SubscriptionQualifierStructure | |
| All | string | 
Example
{
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "All" : "..."
}