OVPAY-2503 - Added ovPasNumber and volgnummer to claims request.
This commit is contained in:
parent
8fc5d3b55e
commit
c35c44a1cf
@ -47,8 +47,6 @@ paths:
|
|||||||
toelichting: string
|
toelichting: string
|
||||||
lijn: '1'
|
lijn: '1'
|
||||||
vervoertype: '1'
|
vervoertype: '1'
|
||||||
serviceRefId: '1'
|
|
||||||
Totaalbedrag: 0
|
|
||||||
EMV:
|
EMV:
|
||||||
value:
|
value:
|
||||||
aankomsthalte: '1'
|
aankomsthalte: '1'
|
||||||
@ -67,8 +65,28 @@ paths:
|
|||||||
toelichting: string
|
toelichting: string
|
||||||
lijn: '1'
|
lijn: '1'
|
||||||
vervoertype: '1'
|
vervoertype: '1'
|
||||||
serviceRefId: '1'
|
serviceRefId: 'NLOV1234567ABCDEFG'
|
||||||
Totaalbedrag: 0
|
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:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: ok
|
description: ok
|
||||||
@ -201,9 +219,13 @@ components:
|
|||||||
type: string
|
type: string
|
||||||
serviceRefId:
|
serviceRefId:
|
||||||
type: string
|
type: string
|
||||||
Totaalbedrag:
|
totaalbedrag:
|
||||||
type: number
|
type: number
|
||||||
format: float
|
format: float
|
||||||
|
ovPasNumber:
|
||||||
|
type: string
|
||||||
|
volgnummer:
|
||||||
|
type: string
|
||||||
refundsEntity:
|
refundsEntity:
|
||||||
required:
|
required:
|
||||||
- emailAddress
|
- emailAddress
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user