Merge pull request 'added remarks from Hari' (#20) from features/OVPAY1293-notes-during-dev into develop
Reviewed-on: #20 Reviewed-by: Bas Boterman <b.boterman@htm.nl>
This commit is contained in:
commit
db65105b7c
@ -25,11 +25,12 @@ paths:
|
|||||||
type: integer
|
type: integer
|
||||||
example: 1000001
|
example: 1000001
|
||||||
- name: customerStatusId
|
- name: customerStatusId
|
||||||
in: query
|
in: query
|
||||||
|
explode: false
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: integer
|
type: integer
|
||||||
description: Filter on possible customer statuses. 1 = Inactive, 2 = Active, 3 = Blocked, 4 = Frozen, 5 = Cleaned
|
description: Filter on possible customer statuses. 1 = Inactive, 2 = Active, 3 = Blocked, 4 = Frozen, 5 = Cleaned
|
||||||
- name: debtorNumber
|
- name: debtorNumber
|
||||||
in: query
|
in: query
|
||||||
@ -37,7 +38,8 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
example: DB100001
|
example: DB100001
|
||||||
- name: debtorStatusId
|
- name: debtorStatusId
|
||||||
in: query
|
in: query
|
||||||
|
explode: false
|
||||||
schema:
|
schema:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
@ -132,11 +134,11 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
example: "+31"
|
example: "+31"
|
||||||
- name: ovChipcardNumber
|
- name: chipcardNumber
|
||||||
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:
|
||||||
@ -1220,13 +1222,13 @@ paths:
|
|||||||
required: false
|
required: false
|
||||||
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
|
||||||
@ -1897,7 +1899,7 @@ paths:
|
|||||||
},
|
},
|
||||||
"created": "2024-03-22T08:55:00",
|
"created": "2024-03-22T08:55:00",
|
||||||
"mandateReference": "CORE01",
|
"mandateReference": "CORE01",
|
||||||
"mandateState": "SINGED",
|
"mandateState": "SIGNED",
|
||||||
"updateTimestamp": "2024-03-22T08:55:00",
|
"updateTimestamp": "2024-03-22T08:55:00",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -1932,7 +1934,7 @@ paths:
|
|||||||
},
|
},
|
||||||
"created": "2024-03-22T08:55:00",
|
"created": "2024-03-22T08:55:00",
|
||||||
"mandateReference": "CORE01",
|
"mandateReference": "CORE01",
|
||||||
"mandateState": "SINGED",
|
"mandateState": "SIGNED",
|
||||||
"updateTimestamp": "2024-03-22T08:55:00",
|
"updateTimestamp": "2024-03-22T08:55:00",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -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