| name | data type | constraints | description |
|---|---|---|---|
| Status | boolean | required | |
| ErrorCondition | ErrorCondition | ||
Properties inherited from ConsumerResponseEndpointStructure |
|||
| ConsumerRef | RequestorRef | ||
| RequestMessageRef | MessageRefStructure | ||
Properties inherited from ResponseStructure |
|||
| ResponseTimestamp | string | ||
Example
{
"Status" : true,
"ErrorCondition" : {
"OtherError" : {
"ErrorText" : "..."
},
"UnknownSubscriptionError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
},
"ConsumerRef" : {
"value" : "..."
},
"RequestMessageRef" : {
"value" : "..."
},
"ResponseTimestamp" : "..."
}