Process comments

This commit is contained in:
Max Martens 2024-12-03 15:40:40 +01:00
parent 33eef638d2
commit c04530e616

View File

@ -45,7 +45,7 @@ paths:
schema: schema:
type: string type: string
example: Doe example: Doe
- name: emailAdress - name: emailAddress
in: query in: query
schema: schema:
type: string type: string
@ -97,7 +97,7 @@ paths:
schema: schema:
type: integer type: integer
example: 0123456789 example: 0123456789
- name: OvChipcardAlias - name: ovChipcardAlias
in: query in: query
schema: schema:
type: string type: string
@ -171,7 +171,7 @@ paths:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/OvPayTokensResponse' $ref: '#/components/schemas/OvPayTokensResponse'
/customers/tokens/{tokenId}/product-instances: /customers/tokens/{ovPayTokenId}/productInstances:
get: get:
tags: tags:
- ServiceEngine Customers - ServiceEngine Customers
@ -181,7 +181,7 @@ paths:
Only HTM products are returned; GBO does not allow HTM to get information on non-HTM product-instances. Only HTM products are returned; GBO does not allow HTM to get information on non-HTM product-instances.
Where relevant, operations to be performed are returned as HATEOAS links per product-instance. Where relevant, operations to be performed are returned as HATEOAS links per product-instance.
parameters: parameters:
- name: tokenId - name: ovPayTokenId
in: path in: path
required: true required: true
style: simple style: simple
@ -243,7 +243,7 @@ components:
type: string type: string
format: date format: date
example: '2023-02-01' example: '2023-02-01'
emailAdress: emailAddress:
type: string type: string
format: email format: email
example: 4j2dD@example.com example: 4j2dD@example.com
@ -266,7 +266,7 @@ components:
example: 1 example: 1
name: name:
type: string type: string
example: Brug example: Home
street: street:
type: string type: string
example: Appelstraat example: Appelstraat
@ -316,7 +316,7 @@ components:
example: 1 example: 1
name: name:
type: string type: string
example: Mobiel example: Home
number: number:
type: string type: string
example: "0123456789" example: "0123456789"
@ -392,7 +392,7 @@ components:
{ name: surname, required: false, type: string }, { name: surname, required: false, type: string },
{ name: suffix, required: false, type: string }, { name: suffix, required: false, type: string },
{ name: dateOfBirth, required: false, type: string }, { name: dateOfBirth, required: false, type: string },
{ name: emailAdress, required: false, type: string }, { name: emailAddress, required: false, type: string },
{ name: addresses, required: false, multi: true, properties: [ { name: addresses, required: false, multi: true, properties: [
{ name: addressId, required: false, type: integer }, { name: addressId, required: false, type: integer },
{ name: isPreferred, required: false, type: boolean }, { name: isPreferred, required: false, type: boolean },
@ -435,7 +435,7 @@ components:
required: required:
- ovPayTokens - ovPayTokens
properties: properties:
Entries: ovPayTokens:
type: array type: array
items: items:
type: object type: object
@ -507,12 +507,12 @@ components:
method: method:
type: string type: string
example: DELETE example: DELETE
product-instances: productInstances:
type: object type: object
properties: properties:
href: href:
type: string type: string
example: https://api.integratielaag.nl/abt/serviceengine/1.0/customers/tokens/1/product-instances example: https://api.integratielaag.nl/abt/serviceengine/1.0/customers/tokens/1/productInstances
method: method:
type: string type: string
example: GET example: GET