DataReceivedResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type constraints description
ResponseTimestamp string  
ConsumerRef ParticipantRefStructure  
RequestMessageRef MessageRefStructure  
Status boolean required
ErrorCondition ErrorCondition  

Example

{
  "ResponseTimestamp" : "...",
  "ConsumerRef" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "UnknownSubscriptionError" : {
      "ErrorText" : "..."
    },
    "OtherError" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  }
}