Skip to content

Commit

Permalink
Lagt til adminkall for å reberegne (fiske kvitteringer)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaslundmark committed Dec 8, 2023
1 parent ceb95da commit 113bcc7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/resources/admin-kall.http
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Content-Type: application/json

{
"tilskuddsperiodeId": "XXXXXXXX"
}

### Fikse kvitteringen (reberegn)
POST http://localhost:12345/internal/admin/reberegn-dry/{id}
Content-Type: application/json

{
"harFerietrekkForSammeMåned": false,
"minusBeløp": -3796,
"ferieTrekk": 0
}

0 comments on commit 113bcc7

Please sign in to comment.