develop #38

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

View File

@ -45,7 +45,7 @@ paths:
schema:
type: string
example: Doe
- name: emailAdress
- name: emailAddress
in: query
schema:
type: string
@ -97,7 +97,7 @@ paths:
schema:
type: integer
example: 0123456789
- name: OvChipcardAlias
- name: ovChipcardAlias
in: query
schema:
type: string
@ -171,7 +171,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/OvPayTokensResponse'
/customers/tokens/{tokenId}/product-instances:
/customers/tokens/{ovPayTokenId}/productInstances:
get:
tags:
- 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.
Where relevant, operations to be performed are returned as HATEOAS links per product-instance.
parameters:
- name: tokenId
- name: ovPayTokenId
in: path
required: true
style: simple
@ -243,7 +243,7 @@ components:
type: string
format: date
example: '2023-02-01'
emailAdress:
emailAddress:
type: string
format: email
example: 4j2dD@example.com
@ -266,7 +266,7 @@ components:
example: 1
name:
type: string
example: Brug
example: Home
street:
type: string
example: Appelstraat
@ -316,7 +316,7 @@ components:
example: 1
name:
type: string
example: Mobiel
example: Home
number:
type: string
example: "0123456789"
@ -392,7 +392,7 @@ components:
{ name: surname, required: false, type: string },
{ name: suffix, 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: addressId, required: false, type: integer },
{ name: isPreferred, required: false, type: boolean },
@ -435,7 +435,7 @@ components:
required:
- ovPayTokens
properties:
Entries:
ovPayTokens:
type: array
items:
type: object
@ -507,12 +507,12 @@ components:
method:
type: string
example: DELETE
product-instances:
productInstances:
type: object
properties:
href:
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:
type: string
example: GET