DataReadyRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from ProducerRequestEndpointStructure
Address string
ProducerRef RequestorRef
MessageIdentifier MessageQualifierStructure
DelegatorAddress string
DelegatorRef RequestorRef
Properties inherited from AuthenticatedRequestStructure
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "Address" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}