From c35c44a1cfba77395ebbe1f94057155e24a0c57e Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Wed, 8 Apr 2026 09:59:09 +0200 Subject: [PATCH] OVPAY-2503 - Added ovPasNumber and volgnummer to claims request. --- src/openapi/claims/claims-forms.yaml | 32 +++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/src/openapi/claims/claims-forms.yaml b/src/openapi/claims/claims-forms.yaml index 2404337..dbe7d00 100644 --- a/src/openapi/claims/claims-forms.yaml +++ b/src/openapi/claims/claims-forms.yaml @@ -47,8 +47,6 @@ paths: toelichting: string lijn: '1' vervoertype: '1' - serviceRefId: '1' - Totaalbedrag: 0 EMV: value: aankomsthalte: '1' @@ -67,8 +65,28 @@ paths: toelichting: string lijn: '1' vervoertype: '1' - serviceRefId: '1' - Totaalbedrag: 0 + serviceRefId: 'NLOV1234567ABCDEFG' + totaalbedrag: 400 + OV-pas: + value: + aankomsthalte: '1' + instapdatum: '2024-03-06T15:20:44.549Z' + instaptijd: '2024-03-06T15:20:44.549Z' + ingecheckt: true + uitgecheckt: true + afgeschrevenbedrag: 0 + vertrekhalte: string + korting: true + iban: '1234123412341234' + naam: string + emailadres: user@example.com + uitstaptijd: '2024-03-06T15:20:44.549Z' + verwachtbedrag: 0 + toelichting: string + lijn: '1' + vervoertype: '1' + ovPasNumber: '63AW974' + volgnummer: '2FQ8' responses: '200': description: ok @@ -201,9 +219,13 @@ components: type: string serviceRefId: type: string - Totaalbedrag: + totaalbedrag: type: number format: float + ovPasNumber: + type: string + volgnummer: + type: string refundsEntity: required: - emailAddress