SituationSharedRefStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
CountryRef CountryRefStructure
ParticipantRef RequestorRef
SituationNumber SituationNumber
UpdateCountryRef CountryRefStructure
UpdateParticipantRef RequestorRef
Version SituationVersion

Example

{
  "CountryRef" : {
    "value" : "bh"
  },
  "ParticipantRef" : {
    "value" : "..."
  },
  "SituationNumber" : {
    "value" : "..."
  },
  "UpdateCountryRef" : {
    "value" : "tk"
  },
  "UpdateParticipantRef" : {
    "value" : "..."
  },
  "Version" : {
    "value" : 12345
  }
}