Skip to content

Commit

Permalink
Oppdater admin-kall.http
Browse files Browse the repository at this point in the history
Legg til og dokumenter sending av
refusjon godkjent-melding
  • Loading branch information
Oddsor committed Aug 12, 2024
1 parent f56d64b commit c366f6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions admin-kall.http
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,15 @@ Content-Type: application/json
"minusBeløp": -3796,
"ferieTrekk": 0
}

### Resend refusjon-godkjent-melding
# Burde kun brukes i tilfeller hvor en refusjon ble godkjent, men meldingen ble
# ikke publisert på Kafka.
# Et relevant eksempel kan være at appen fikk problemer og restartet nøyaktig etter
# en vellykket godkjenning (databasetransaksjon), men før eventlytteren ble kalt.
POST http://localhost:12345/internal/admin/send-refusjon-godkjent-melding
Content-Type: application/json

{
"refusjonId": "<REFUSJON_ID"
}

0 comments on commit c366f6a

Please sign in to comment.