| name | data type | description |
|---|---|---|
| ConsumerAddress | string | |
| SubscriptionFilterIdentifier | string | |
| SubscriptionContext | SubscriptionContextStructure | |
Properties inherited from RequestStructure |
||
| RequestTimestamp | string | |
| Address | string | |
| RequestorRef | ParticipantRefStructure | |
| MessageIdentifier | MessageQualifierStructure | |
Example
{
"ConsumerAddress" : "...",
"SubscriptionFilterIdentifier" : "...",
"SubscriptionContext" : {
"HeartbeatInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
}
},
"RequestTimestamp" : "...",
"Address" : "...",
"RequestorRef" : {
"value" : "..."
},
"MessageIdentifier" : {
"value" : "..."
}
}