SituationRef Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SituationSimpleRef SituationSimpleRef
SituationFullRef SituationFullRef

Example

{
  "SituationSimpleRef" : {
    "value" : "..."
  },
  "SituationFullRef" : {
    "VersionCountryRef" : {
      "value" : "tf"
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "SituationNumber" : {
      "value" : "..."
    },
    "UpdateCountryRef" : {
      "value" : "tw"
    },
    "UpdateParticipantRef" : {
      "value" : "..."
    },
    "Version" : {
      "value" : 12345
    }
  }
}