Skip to content

Commit

Permalink
lagt til flagg: matcherSpleis
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenbyhring committed May 15, 2024
1 parent e69c2fb commit 5f649a0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ data class Inntektsmelding @JsonCreator constructor(
@JsonProperty("vedtaksperiodeId")
val vedtaksperiodeId: UUID? = null,

/** Boolean - True dersom IM er svar på en forespørsel, eller om en selvbestemt / arbeidsgiverInitiert IM matcher en forespørsel eller en potensiell forespørsel fra Spleis.
* Hvis satt til false kan Spleis ignorere denne IM, den vil da behandles i gosys / infotrygd
* */
@JsonProperty("matcherSpleis")
val matcherSpleis: Boolean = true,

/** Arbeidstakers fødselsnummer/dnr */
@Pattern(regexp = "[0-9]{11}")
@JsonProperty("arbeidstakerFnr")
Expand Down

0 comments on commit 5f649a0

Please sign in to comment.