ovchipcard fix
This commit is contained in:
parent
87e98ed975
commit
ae7534c0b7
@ -139,7 +139,7 @@ paths:
|
||||
schema:
|
||||
type: string
|
||||
example: "0123456789"
|
||||
- name: ovChipcardAlias
|
||||
- name: ovChipCardAlias
|
||||
in: query
|
||||
schema:
|
||||
type: string
|
||||
@ -278,7 +278,7 @@ paths:
|
||||
phoneTypeId: 2
|
||||
name: Work
|
||||
isPreferred: false
|
||||
ovChipcards:
|
||||
ovChipCards:
|
||||
- ovChipCardId: 1
|
||||
chipCardNumber: "1234123412341234"
|
||||
validUntil: "2023-01-01"
|
||||
@ -404,7 +404,7 @@ paths:
|
||||
phoneTypeId: 2
|
||||
name: Work
|
||||
isPreferred: false
|
||||
ovChipcards:
|
||||
ovChipCards:
|
||||
- ovChipCardId: 1
|
||||
chipCardNumber: "1234123412341234"
|
||||
validUntil: "2023-01-01"
|
||||
@ -543,7 +543,7 @@ paths:
|
||||
phoneTypeId: 2
|
||||
name: Work
|
||||
isPreferred: false
|
||||
ovChipcards:
|
||||
ovChipCards:
|
||||
- ovChipCardId: 1
|
||||
chipCardNumber: "1234123412341234"
|
||||
validUntil: "2023-01-01"
|
||||
@ -677,7 +677,7 @@ paths:
|
||||
phoneTypeId: 2
|
||||
name: Work
|
||||
isPreferred: false
|
||||
ovChipcards:
|
||||
ovChipCards:
|
||||
- ovChipCardId: 1
|
||||
chipCardNumber: "1234123412341234"
|
||||
validUntil: "2023-01-01"
|
||||
@ -1529,18 +1529,18 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/ovChipcardEntity"
|
||||
$ref: "#/components/schemas/ovChipCardEntity"
|
||||
examples:
|
||||
ovChipcards:
|
||||
ovChipCards:
|
||||
value:
|
||||
ovChipcard:
|
||||
chipCardNumber: "1234123412341234"
|
||||
ovChipCard:
|
||||
chipcardNumber: "1234123412341234"
|
||||
validUntil: "2027-01-01"
|
||||
alias: Mijn chipkaart
|
||||
required: true
|
||||
responses:
|
||||
201:
|
||||
description: Successfully created a customer ovchipcard
|
||||
description: Successfully created a customer ovChipCard
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
@ -1549,7 +1549,7 @@ paths:
|
||||
- default: []
|
||||
x-auth-type: Application & Application User
|
||||
x-throttling-tier: Unlimited
|
||||
/ovchipcards/{ovchipcardId}:
|
||||
/ovchipcards/{ovChipCardId}:
|
||||
patch:
|
||||
tags:
|
||||
- Ovchipcard
|
||||
@ -1567,7 +1567,7 @@ paths:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/ovChipcardEntity"
|
||||
$ref: "#/components/schemas/ovChipCardEntity"
|
||||
examples:
|
||||
updateOvChipCardAlias:
|
||||
value:
|
||||
@ -1576,7 +1576,7 @@ paths:
|
||||
required: true
|
||||
responses:
|
||||
200:
|
||||
description: Successfully updated a customer ovchipcard
|
||||
description: Successfully updated a customer ovChipCard
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
@ -2267,7 +2267,7 @@ components:
|
||||
$ref: "#/components/schemas/getCustomerStatusInstance"
|
||||
person:
|
||||
$ref: "#/components/schemas/getPerson"
|
||||
ovChipcards:
|
||||
ovChipCards:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/getOvChipcards"
|
||||
@ -2538,7 +2538,7 @@ components:
|
||||
type: string
|
||||
replacedByTokenId:
|
||||
type: integer
|
||||
ovChipcardEntity:
|
||||
ovChipCardEntity:
|
||||
type: object
|
||||
properties:
|
||||
ovChipCardId:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user