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