Skip to content

Commit 56fcfeb

Browse files
author
Gustav Lillesæter
committed
update statusinfo model
1 parent b99ef3c commit 56fcfeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/kotlin/no/nav/hjelpemidler/Application.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ data class Statusinfo(
106106
val system: String,
107107
@Json(name = "IncidentNummer")
108108
val incidentNummer: Int,
109+
@Json(name = "IncidentStatus")
110+
val incidentStatus: String,
109111
@Json(name = "IncidentType")
110112
val incidentType: String,
111113
@Json(name = "IncidentSoknadType")
@@ -116,8 +118,8 @@ data class Statusinfo(
116118
val incidentSoknad: String,
117119
@Json(name = "IncidentResultat")
118120
val incidentResultat: String,
119-
@Json(name = "IncidentRefGosys")
120-
val incidentRefGosys: String,
121+
@Json(name = "IncidentRef")
122+
val incidentRef: String,
121123
@Json(name = "OrdreNumber")
122124
val ordreNumber: Int,
123125
@Json(name = "LineNumber")

0 commit comments

Comments
 (0)