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