| name | data type | description |
|---|---|---|
| RequestTimestamp | string | |
| Address | string | |
| ProducerRef | ParticipantRefStructure | |
| MessageIdentifier | MessageQualifierStructure | |
| Status | boolean | |
| ErrorCondition | ErrorCondition | |
| ValidUntil | string | |
| ShortestPossibleCycle | Duration | |
| ServiceStartedTime | string | |
| Extensions | ExtensionsStructure |
Example
{
"RequestTimestamp" : "...",
"Address" : "...",
"ProducerRef" : {
"value" : "..."
},
"MessageIdentifier" : {
"value" : "..."
},
"Status" : true,
"ErrorCondition" : {
"ServiceNotAvailableError" : {
"ErrorText" : "..."
},
"OtherError" : {
"ErrorText" : "..."
},
"Description" : {
"value" : "..."
}
},
"ValidUntil" : "...",
"ShortestPossibleCycle" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ServiceStartedTime" : "...",
"Extensions" : {
"any" : { }
}
}