ProducerResponseEndpointStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
ProducerRef ParticipantRefStructure
Address string
ResponseMessageIdentifier MessageQualifierStructure
RequestMessageRef MessageRefStructure

Example

{
  "ResponseTimestamp" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "Address" : "...",
  "ResponseMessageIdentifier" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  }
}