File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/main/kotlin/no/nav/hjelpemidler Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ data class Statusinfo(
106
106
val system : String ,
107
107
@Json(name = " IncidentNummer" )
108
108
val incidentNummer : Int ,
109
+ @Json(name = " IncidentStatus" )
110
+ val incidentStatus : String ,
109
111
@Json(name = " IncidentType" )
110
112
val incidentType : String ,
111
113
@Json(name = " IncidentSoknadType" )
@@ -116,8 +118,8 @@ data class Statusinfo(
116
118
val incidentSoknad : String ,
117
119
@Json(name = " IncidentResultat" )
118
120
val incidentResultat : String ,
119
- @Json(name = " IncidentRefGosys " )
120
- val incidentRefGosys : String ,
121
+ @Json(name = " IncidentRef " )
122
+ val incidentRef : String ,
121
123
@Json(name = " OrdreNumber" )
122
124
val ordreNumber : Int ,
123
125
@Json(name = " LineNumber" )
You can’t perform that action at this time.
0 commit comments