Compare commits
No commits in common. "db65105b7cee21c2dfb22132940a6a576ac6238d" and "f9523adf83685356c51e1ba0117c0cbedfd16c7e" have entirely different histories.
db65105b7c
...
f9523adf83
@ -26,7 +26,6 @@ paths:
|
|||||||
example: 1000001
|
example: 1000001
|
||||||
- name: customerStatusId
|
- name: customerStatusId
|
||||||
in: query
|
in: query
|
||||||
explode: false
|
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -39,7 +38,6 @@ paths:
|
|||||||
example: DB100001
|
example: DB100001
|
||||||
- name: debtorStatusId
|
- name: debtorStatusId
|
||||||
in: query
|
in: query
|
||||||
explode: false
|
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -134,11 +132,11 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "+31"
|
example: "+31"
|
||||||
- name: chipcardNumber
|
- name: ovChipcardNumber
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: integer
|
||||||
example: "0123456789"
|
example: 0123456789
|
||||||
- name: ovChipcardAlias
|
- name: ovChipcardAlias
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
@ -280,11 +278,11 @@ paths:
|
|||||||
isPreferred: false
|
isPreferred: false
|
||||||
ovChipcards:
|
ovChipcards:
|
||||||
- ovChipCardId: 1
|
- ovChipCardId: 1
|
||||||
chipCardNumber: "1234123412341234"
|
chipCardNumber: 1234123412341234
|
||||||
validUntil: "2023-01-01"
|
validUntil: "2023-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
- ovChipCardId: 2
|
- ovChipCardId: 2
|
||||||
chipCardNumber: "1234123412341235"
|
chipCardNumber: 1234123412341235
|
||||||
validUntil: "2025-01-01"
|
validUntil: "2025-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
ovPayTokens:
|
ovPayTokens:
|
||||||
@ -406,11 +404,11 @@ paths:
|
|||||||
isPreferred: false
|
isPreferred: false
|
||||||
ovChipcards:
|
ovChipcards:
|
||||||
- ovChipCardId: 1
|
- ovChipCardId: 1
|
||||||
chipCardNumber: "1234123412341234"
|
chipCardNumber: 1234123412341234
|
||||||
validUntil: "2023-01-01"
|
validUntil: "2023-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
- ovChipCardId: 2
|
- ovChipCardId: 2
|
||||||
chipCardNumber: "1234123412341235"
|
chipCardNumber: 1234123412341235
|
||||||
validUntil: "2025-01-01"
|
validUntil: "2025-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
ovPayTokens:
|
ovPayTokens:
|
||||||
@ -545,11 +543,11 @@ paths:
|
|||||||
isPreferred: false
|
isPreferred: false
|
||||||
ovChipcards:
|
ovChipcards:
|
||||||
- ovChipCardId: 1
|
- ovChipCardId: 1
|
||||||
chipCardNumber: "1234123412341234"
|
chipCardNumber: 1234123412341234
|
||||||
validUntil: "2023-01-01"
|
validUntil: "2023-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
- ovChipCardId: 2
|
- ovChipCardId: 2
|
||||||
chipCardNumber: "1234123412341235"
|
chipCardNumber: 1234123412341235
|
||||||
validUntil: "2025-01-01"
|
validUntil: "2025-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
ovPayTokens:
|
ovPayTokens:
|
||||||
@ -679,11 +677,11 @@ paths:
|
|||||||
isPreferred: false
|
isPreferred: false
|
||||||
ovChipcards:
|
ovChipcards:
|
||||||
- ovChipCardId: 1
|
- ovChipCardId: 1
|
||||||
chipCardNumber: "1234123412341234"
|
chipCardNumber: 1234123412341234
|
||||||
validUntil: "2023-01-01"
|
validUntil: "2023-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
- ovChipCardId: 2
|
- ovChipCardId: 2
|
||||||
chipCardNumber: "1234123412341235"
|
chipCardNumber: 1234123412341235
|
||||||
validUntil: "2025-01-01"
|
validUntil: "2025-01-01"
|
||||||
alias: alias
|
alias: alias
|
||||||
ovPayTokens:
|
ovPayTokens:
|
||||||
@ -1223,12 +1221,12 @@ paths:
|
|||||||
description: The id of the customer profile.
|
description: The id of the customer profile.
|
||||||
- in: query
|
- in: query
|
||||||
name: tokenTypeId
|
name: tokenTypeId
|
||||||
explode: false
|
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: integer
|
type: integer
|
||||||
example: [1, 2]
|
example: [1, 2]
|
||||||
|
explode: false
|
||||||
required: false
|
required: false
|
||||||
description: Filter on possible token types. 1 = EMV, 2 = OV-pas physical, 3 = OV-pas digital.
|
description: Filter on possible token types. 1 = EMV, 2 = OV-pas physical, 3 = OV-pas digital.
|
||||||
- in: query
|
- in: query
|
||||||
@ -1494,7 +1492,7 @@ paths:
|
|||||||
ovChipcards:
|
ovChipcards:
|
||||||
value:
|
value:
|
||||||
ovChipcard:
|
ovChipcard:
|
||||||
chipCardNumber: "1234123412341234"
|
chipCardNumber: 1234123412341234
|
||||||
validUntil: "2027-01-01"
|
validUntil: "2027-01-01"
|
||||||
alias: Mijn chipkaart
|
alias: Mijn chipkaart
|
||||||
required: true
|
required: true
|
||||||
@ -1899,7 +1897,7 @@ paths:
|
|||||||
},
|
},
|
||||||
"created": "2024-03-22T08:55:00",
|
"created": "2024-03-22T08:55:00",
|
||||||
"mandateReference": "CORE01",
|
"mandateReference": "CORE01",
|
||||||
"mandateState": "SIGNED",
|
"mandateState": "SINGED",
|
||||||
"updateTimestamp": "2024-03-22T08:55:00",
|
"updateTimestamp": "2024-03-22T08:55:00",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -1934,7 +1932,7 @@ paths:
|
|||||||
},
|
},
|
||||||
"created": "2024-03-22T08:55:00",
|
"created": "2024-03-22T08:55:00",
|
||||||
"mandateReference": "CORE01",
|
"mandateReference": "CORE01",
|
||||||
"mandateState": "SIGNED",
|
"mandateState": "SINGED",
|
||||||
"updateTimestamp": "2024-03-22T08:55:00",
|
"updateTimestamp": "2024-03-22T08:55:00",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -2127,7 +2125,7 @@ components:
|
|||||||
ovChipCardId:
|
ovChipCardId:
|
||||||
type: integer
|
type: integer
|
||||||
chipCardNumber:
|
chipCardNumber:
|
||||||
type: string
|
type: integer
|
||||||
validUntil:
|
validUntil:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date
|
||||||
@ -2552,7 +2550,7 @@ components:
|
|||||||
ovChipCardId:
|
ovChipCardId:
|
||||||
type: integer
|
type: integer
|
||||||
chipCardNumber:
|
chipCardNumber:
|
||||||
type: string
|
type: integer
|
||||||
validUntil:
|
validUntil:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user