develop #38

Merged
bboterm merged 451 commits from develop into main 2025-11-19 14:28:14 +00:00
Showing only changes of commit ae7534c0b7 - Show all commits

View File

@ -139,7 +139,7 @@ paths:
schema: schema:
type: string type: string
example: "0123456789" example: "0123456789"
- name: ovChipcardAlias - name: ovChipCardAlias
in: query in: query
schema: schema:
type: string type: string
@ -278,7 +278,7 @@ paths:
phoneTypeId: 2 phoneTypeId: 2
name: Work name: Work
isPreferred: false isPreferred: false
ovChipcards: ovChipCards:
- ovChipCardId: 1 - ovChipCardId: 1
chipCardNumber: "1234123412341234" chipCardNumber: "1234123412341234"
validUntil: "2023-01-01" validUntil: "2023-01-01"
@ -404,7 +404,7 @@ paths:
phoneTypeId: 2 phoneTypeId: 2
name: Work name: Work
isPreferred: false isPreferred: false
ovChipcards: ovChipCards:
- ovChipCardId: 1 - ovChipCardId: 1
chipCardNumber: "1234123412341234" chipCardNumber: "1234123412341234"
validUntil: "2023-01-01" validUntil: "2023-01-01"
@ -543,7 +543,7 @@ paths:
phoneTypeId: 2 phoneTypeId: 2
name: Work name: Work
isPreferred: false isPreferred: false
ovChipcards: ovChipCards:
- ovChipCardId: 1 - ovChipCardId: 1
chipCardNumber: "1234123412341234" chipCardNumber: "1234123412341234"
validUntil: "2023-01-01" validUntil: "2023-01-01"
@ -677,7 +677,7 @@ paths:
phoneTypeId: 2 phoneTypeId: 2
name: Work name: Work
isPreferred: false isPreferred: false
ovChipcards: ovChipCards:
- ovChipCardId: 1 - ovChipCardId: 1
chipCardNumber: "1234123412341234" chipCardNumber: "1234123412341234"
validUntil: "2023-01-01" validUntil: "2023-01-01"
@ -1529,18 +1529,18 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/ovChipcardEntity" $ref: "#/components/schemas/ovChipCardEntity"
examples: examples:
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
responses: responses:
201: 201:
description: Successfully created a customer ovchipcard description: Successfully created a customer ovChipCard
content: content:
application/json: application/json:
schema: schema:
@ -1549,7 +1549,7 @@ paths:
- default: [] - default: []
x-auth-type: Application & Application User x-auth-type: Application & Application User
x-throttling-tier: Unlimited x-throttling-tier: Unlimited
/ovchipcards/{ovchipcardId}: /ovchipcards/{ovChipCardId}:
patch: patch:
tags: tags:
- Ovchipcard - Ovchipcard
@ -1567,7 +1567,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: "#/components/schemas/ovChipcardEntity" $ref: "#/components/schemas/ovChipCardEntity"
examples: examples:
updateOvChipCardAlias: updateOvChipCardAlias:
value: value:
@ -1576,7 +1576,7 @@ paths:
required: true required: true
responses: responses:
200: 200:
description: Successfully updated a customer ovchipcard description: Successfully updated a customer ovChipCard
content: content:
application/json: application/json:
schema: schema:
@ -2267,7 +2267,7 @@ components:
$ref: "#/components/schemas/getCustomerStatusInstance" $ref: "#/components/schemas/getCustomerStatusInstance"
person: person:
$ref: "#/components/schemas/getPerson" $ref: "#/components/schemas/getPerson"
ovChipcards: ovChipCards:
type: array type: array
items: items:
$ref: "#/components/schemas/getOvChipcards" $ref: "#/components/schemas/getOvChipcards"
@ -2538,7 +2538,7 @@ components:
type: string type: string
replacedByTokenId: replacedByTokenId:
type: integer type: integer
ovChipcardEntity: ovChipCardEntity:
type: object type: object
properties: properties:
ovChipCardId: ovChipCardId: