-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6295 Håndtere Kosovo som statsborgerskap ved sending av SED (#703)
Setter statsborgerskap til ukjent når det er registrert som Kosovo fra melosys-api
- Loading branch information
Showing
8 changed files
with
182 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
99 changes: 99 additions & 0 deletions
99
melosys-eessi-app/src/test/resources/mock/sedA009-Kosovo.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
{ | ||
"bruker" : { | ||
"fornavn" : "TREKANTET", | ||
"etternavn" : "ARM", | ||
"foedseldato" : "1967-01-26", | ||
"kjoenn" : "K", | ||
"statsborgerskap" : [ "XXK" ], | ||
"fnr" : "12345678901", | ||
"harSensitiveOpplysninger" : false | ||
}, | ||
"kontaktadresse" : null, | ||
"oppholdsadresse" : null, | ||
"familieMedlem" : [ ], | ||
"søknadsperiode" : { | ||
"fom" : "2024-10-05", | ||
"tom" : "2024-10-06" | ||
}, | ||
"avklartBostedsland" : "NO", | ||
"vedtakDto" : { | ||
"datoForrigeVedtak" : null, | ||
"erFørstegangsvedtak" : true | ||
}, | ||
"invalideringSedDto" : null, | ||
"tidligereLovvalgsperioder" : [ ], | ||
"gsakSaksnummer" : 140309382, | ||
"mottakerIder" : [ "DK:0997" ], | ||
"ytterligereInformasjon" : "test", | ||
"svarAnmodningUnntak" : null, | ||
"utpekingAvvis" : null, | ||
"sedType" : "N/A", | ||
"utenlandskIdent" : [ ], | ||
"bostedsadresse" : { | ||
"poststed" : "NOTODDEN", | ||
"postnr" : "3675", | ||
"land" : "NOR", | ||
"gateadresse" : "Anundskåsveien 43 A", | ||
"tilleggsnavn" : null, | ||
"region" : null, | ||
"adressetype" : "BOSTEDSADRESSE" | ||
}, | ||
"arbeidsgivendeVirksomheter" : [ { | ||
"navn" : "BESK KAFFE", | ||
"adresse" : { | ||
"poststed" : "ELVERUM", | ||
"postnr" : "2408", | ||
"land" : "NO", | ||
"gateadresse" : "STENSLANDSFJELL 94", | ||
"tilleggsnavn" : null, | ||
"region" : null, | ||
"adressetype" : null | ||
}, | ||
"orgnr" : "963743254", | ||
"type" : null | ||
} ], | ||
"selvstendigeVirksomheter" : [ ], | ||
"arbeidssteder" : [ { | ||
"navn" : "No fixed address", | ||
"adresse" : { | ||
"poststed" : "No fixed address", | ||
"postnr" : null, | ||
"land" : "DK", | ||
"gateadresse" : null, | ||
"tilleggsnavn" : null, | ||
"region" : null, | ||
"adressetype" : null | ||
}, | ||
"fysisk" : false, | ||
"hjemmebase" : null | ||
} ], | ||
"arbeidsland" : [ { | ||
"land" : "DK", | ||
"arbeidssted" : [ { | ||
"navn" : "No fixed address", | ||
"adresse" : { | ||
"poststed" : "No fixed address", | ||
"postnr" : null, | ||
"land" : "DK", | ||
"gateadresse" : null, | ||
"tilleggsnavn" : null, | ||
"region" : null, | ||
"adressetype" : null | ||
}, | ||
"fysisk" : false, | ||
"hjemmebase" : null | ||
} ] | ||
} ], | ||
"harFastArbeidssted" : false, | ||
"lovvalgsperioder" : [ { | ||
"lovvalgsland" : "NO", | ||
"unntakFraLovvalgsland" : null, | ||
"bestemmelse" : "ART_12_1", | ||
"tilleggsBestemmelse" : null, | ||
"fom" : "2024-10-05", | ||
"tom" : "2024-10-06", | ||
"unntaksBegrunnelse" : null, | ||
"unntakFraBestemmelse" : null | ||
} ], | ||
"gjeldenderegler" : null | ||
} |