Finish SE and TP Swaggers
This commit is contained in:
parent
acf2cf57e9
commit
62c1f3a8e6
@ -1738,7 +1738,7 @@ paths:
|
|||||||
"toInclusive": "2025-12-31T23:00:00.000+00:00",
|
"toInclusive": "2025-12-31T23:00:00.000+00:00",
|
||||||
"internalPrice": 0.0000,
|
"internalPrice": 0.0000,
|
||||||
"taxCode": "V09",
|
"taxCode": "V09",
|
||||||
"taxPercentaget": 9.0000,
|
"taxPercentage": 9.0000,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -1566,6 +1566,8 @@ paths:
|
|||||||
customerDataItem: phone
|
customerDataItem: phone
|
||||||
- mandatoryCustomerDataItemId: 7
|
- mandatoryCustomerDataItemId: 7
|
||||||
customerDataItem: ovPayToken
|
customerDataItem: ovPayToken
|
||||||
|
- mandatoryCustomerDataItemId: 8
|
||||||
|
customerDataItem: padBirthDate
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/mandatoryCustomerDataItems'
|
$ref: '#/components/schemas/mandatoryCustomerDataItems'
|
||||||
description: A list of users
|
description: A list of users
|
||||||
@ -2281,6 +2283,10 @@ components:
|
|||||||
type: array
|
type: array
|
||||||
example:
|
example:
|
||||||
Entries:
|
Entries:
|
||||||
|
- gboAgeProfileId: 1
|
||||||
|
name: Kind (0 t/m 3 jaar)
|
||||||
|
ageFromInclusive: 0
|
||||||
|
ageToInclusive: 3
|
||||||
- gboAgeProfileId: 2
|
- gboAgeProfileId: 2
|
||||||
name: Kind (4 t/m 11 jaar)
|
name: Kind (4 t/m 11 jaar)
|
||||||
ageFromInclusive: 4
|
ageFromInclusive: 4
|
||||||
@ -2289,6 +2295,14 @@ components:
|
|||||||
name: Jongere (12 t/m 18 jaar)
|
name: Jongere (12 t/m 18 jaar)
|
||||||
ageFromInclusive: 12
|
ageFromInclusive: 12
|
||||||
ageToInclusive: 18
|
ageToInclusive: 18
|
||||||
|
- gboAgeProfileId: 4
|
||||||
|
name: Volwassene (19 t/m 64 jaar)
|
||||||
|
ageFromInclusive: 19
|
||||||
|
ageToInclusive: 64
|
||||||
|
- gboAgeProfileId: 5
|
||||||
|
name: Oudere (65 jaar of ouder)
|
||||||
|
ageFromInclusive: 65
|
||||||
|
ageToInclusive: 999
|
||||||
GboAgeProfile:
|
GboAgeProfile:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user