| name | data type | description |
|---|---|---|
| RequestTimestamp | string | |
| Address | string | |
| ProducerRef | ParticipantRefStructure | |
| MessageIdentifier | MessageQualifierStructure |
Example
{
"RequestTimestamp" : "...",
"Address" : "...",
"ProducerRef" : {
"value" : "..."
},
"MessageIdentifier" : {
"value" : "..."
}
}