| name | data type | description |
|---|---|---|
| VersionCountryRef | CountryRefStructure | |
| ParticipantRef | RequestorRef | |
| SituationNumber | SituationNumber | |
| UpdateCountryRef | CountryRefStructure | |
| UpdateParticipantRef | RequestorRef | |
| Version | SituationVersion |
Example
{
"VersionCountryRef" : {
"value" : "ke"
},
"ParticipantRef" : {
"value" : "..."
},
"SituationNumber" : {
"value" : "..."
},
"UpdateCountryRef" : {
"value" : "bi"
},
"UpdateParticipantRef" : {
"value" : "..."
},
"Version" : {
"value" : 12345
}
}