added remarks from Hari #20
@ -26,6 +26,7 @@ paths:
|
|||||||
example: 1000001
|
example: 1000001
|
||||||
- name: customerStatusId
|
- name: customerStatusId
|
||||||
in: query
|
in: query
|
||||||
|
explode: false
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -38,6 +39,7 @@ paths:
|
|||||||
example: DB100001
|
example: DB100001
|
||||||
- name: debtorStatusId
|
- name: debtorStatusId
|
||||||
in: query
|
in: query
|
||||||
|
explode: false
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -135,8 +137,8 @@ paths:
|
|||||||
- name: ovChipcardNumber
|
- name: ovChipcardNumber
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: string
|
||||||
example: 0123456789
|
example: "0123456789"
|
||||||
- name: ovChipcardAlias
|
- name: ovChipcardAlias
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
@ -278,11 +280,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:
|
||||||
@ -404,11 +406,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:
|
||||||
@ -543,11 +545,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:
|
||||||
@ -677,11 +679,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:
|
||||||
@ -1221,12 +1223,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
|
||||||
@ -1492,7 +1494,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
|
||||||
@ -2125,7 +2127,7 @@ components:
|
|||||||
ovChipCardId:
|
ovChipCardId:
|
||||||
type: integer
|
type: integer
|
||||||
chipCardNumber:
|
chipCardNumber:
|
||||||
type: integer
|
type: string
|
||||||
validUntil:
|
validUntil:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date
|
||||||
@ -2550,7 +2552,7 @@ components:
|
|||||||
ovChipCardId:
|
ovChipCardId:
|
||||||
type: integer
|
type: integer
|
||||||
chipCardNumber:
|
chipCardNumber:
|
||||||
type: integer
|
type: string
|
||||||
validUntil:
|
validUntil:
|
||||||
type: string
|
type: string
|
||||||
format: date
|
format: date
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user