DataSupplyRequestStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
NotificationRef MessageRefStructure
AllData boolean
Properties inherited from ConsumerRequestEndpointStructure
Address string
ConsumerRef RequestorRef
MessageIdentifier MessageQualifierStructure
DelegatorAddress string
DelegatorRef RequestorRef
Properties inherited from AuthenticatedRequestStructure
AccountId string
AccountKey string
Properties inherited from AbstractRequestStructure
RequestTimestamp string

Example

{
  "NotificationRef" : {
    "value" : "..."
  },
  "AllData" : true,
  "Address" : "...",
  "ConsumerRef" : {
    "value" : "..."
  },
  "MessageIdentifier" : {
    "value" : "..."
  },
  "DelegatorAddress" : "...",
  "DelegatorRef" : {
    "value" : "..."
  },
  "AccountId" : "...",
  "AccountKey" : "...",
  "RequestTimestamp" : "..."
}