| name | data type | description | 
|---|---|---|
| CreationTime | string | |
| CountryRef | CountryRefStructure | |
| ParticipantRef | RequestorRef | |
| SituationNumber | SituationNumber | |
| UpdateCountryRef | CountryRefStructure | |
| UpdateParticipantRef | RequestorRef | |
| Version | SituationVersion | 
Example
{
  "CreationTime" : "...",
  "CountryRef" : {
    "value" : "ru"
  },
  "ParticipantRef" : {
    "value" : "..."
  },
  "SituationNumber" : {
    "value" : "..."
  },
  "UpdateCountryRef" : {
    "value" : "is"
  },
  "UpdateParticipantRef" : {
    "value" : "..."
  },
  "Version" : {
    "value" : 12345
  }
}