Skip to content

Commit

Permalink
Legger til forrigeBehandlingEksternId slik at det kan sendes til beha…
Browse files Browse the repository at this point in the history
…ndlingsstatistikk fra iverksett uten noen ekstra kall (#888)
  • Loading branch information
olekvernberg authored Apr 5, 2024
1 parent 640725f commit ed41285
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ data class FagsakdetaljerDto(
data class BehandlingsdetaljerDto(
val behandlingId: UUID,
val forrigeBehandlingId: UUID? = null,
val forrigeBehandlingEksternId: Long? = null,
val eksternId: Long,
val behandlingType: BehandlingType,
val behandlingÅrsak: BehandlingÅrsak,
Expand Down

0 comments on commit ed41285

Please sign in to comment.