Skip to content

Commit

Permalink
Update klage-api-draft-extended.md
Browse files Browse the repository at this point in the history
  • Loading branch information
almyy committed May 7, 2024
1 parent 2ee8f80 commit 45684bb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion klage-api-draft-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ classDiagram
```json
{
"klageId": "43ec1b22-0449-4f55-bf00-6188268da3ac",
"vedleggSpesifikasjonId": "3a3343a9-b7b9-4f83-b41c-ccd05239ae7d"
"vedleggSpesifikasjonId": "3a3343a9-b7b9-4f83-b41c-ccd05239ae7d",
"timestamp": "12:34:56 1.aug.2020"
}
```

Expand Down Expand Up @@ -272,6 +273,7 @@ classDiagram
Utfall *-- UtfallHendelse: has
class Utfall {
MEDHOLD,
// Ikke alle FSL vil sette denne
DELVIS_MEDHOLD,
OPPRETTHOLDT,
AVVIST
Expand All @@ -294,6 +296,7 @@ classDiagram
FORELOPIG_SVAR
}
note for StatsforvalterUtfallHendelse "Denne er avhengig av manuelle rutiner,</br> og vil ikke alltid være riktig"
StatsforvalterUtfallHendelse ..|> KlageHendelse: extends
class StatsforvalterUtfallHendelse {
+StatsforvalterUtfall utfall
Expand Down Expand Up @@ -323,6 +326,13 @@ classDiagram
LEVERT_TIDLIGERE,
ANNULLERT
}
KlageHendelse <|-- SaksfremleggHendelse: extends
class SaksfremleggHendelse {
+String saksreferanse
+String dokumentasjonsreferanse
+String kommentarfrist
}
```

## Eksempler:
Expand Down

0 comments on commit 45684bb

Please sign in to comment.