Skip to content

Commit

Permalink
Lagt til behandlingsnummer
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutArildSlaatsve committed Apr 30, 2024
1 parent ed30831 commit 6ca3e5b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class PdlBatchClient @Autowired constructor(
val headers = HttpHeaders()
headers.contentType = MediaType.APPLICATION_JSON
headers["Tema"] = "GEN"
headers["Behandlingsnummer"] = "B415"
headers.setBearerAuth(azureToken)

return restTemplate.postForObject(
Expand Down

0 comments on commit 6ca3e5b

Please sign in to comment.