| name | data type | description | 
|---|---|---|
| SubscriberRef | RequestorRef | |
| SubscriptionFilterRef | SubscriptionFilterRefStructure | |
| SubscriptionRef | SubscriptionQualifierStructure | |
| RequestMessageRef | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ServiceDeliveryErrorConditionStructure | |
| ValidUntil | string | |
| ShortestPossibleCycle | Duration | |
| DefaultLanguage | string | |
| Properties inherited from ResponseStructure | ||
| ResponseTimestamp | string | |
Example
{
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionFilterRef" : {
    "value" : "..."
  },
  "SubscriptionRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "..."
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "..."
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "..."
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "..."
    },
    "CapabilityNotSupportedError" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "DefaultLanguage" : "...",
  "ResponseTimestamp" : "..."
}