query params

This commit is contained in:
Mirjam Herald 2025-01-06 15:16:27 +01:00
parent 42dce39642
commit fcc0740130

View File

@ -27,8 +27,10 @@ paths:
- name: customerStatusId - name: customerStatusId
in: query in: query
schema: schema:
type: array
items:
type: integer type: integer
example: 1 description: Filter on possible customer statuses. 1 = Inactive, 2 = Active, 3 = Blocked, 4 = Frozen, 5 = Cleaned
- name: debtorNumber - name: debtorNumber
in: query in: query
schema: schema:
@ -40,7 +42,7 @@ paths:
type: array type: array
items: items:
type: integer type: integer
description: Filter on possible debtor status. 1 = active, 2 = inactive description: Filter on possible debtor statuses. 1 = Active, 2 = Inactive
- name: birthname - name: birthname
in: query in: query
schema: schema:
@ -51,6 +53,22 @@ paths:
schema: schema:
type: string type: string
example: Doe example: Doe
- name: prefix
in: query
schema:
type: string
example: De
- name: suffix
in: query
schema:
type: string
example: dhr
- name: emailAddress
in: query
schema:
type: string
format: email
example: john.doe@mymailprovider.com
- name: emailAddress - name: emailAddress
in: query in: query
schema: schema:
@ -227,8 +245,8 @@ paths:
tokenType: tokenType:
tokenTypeId: 1 tokenTypeId: 1
name: EMV name: EMV
xTat: twioq73033 xTat: 0115b0df-db38-4702-8811-6f7de00db3ac
xBot: hjihwqui27 xBot: 71a88843-32b8-4d52-ac25-de2458c47775
alias: alias alias: alias
lastDigits: "5678" lastDigits: "5678"
ovpasNumber: null ovpasNumber: null
@ -241,8 +259,8 @@ paths:
tokenType: tokenType:
tokenTypeId: 2 tokenTypeId: 2
name: OV-pas physical name: OV-pas physical
xTat: hhe2830283 xTat: 0115b0df-db38-4702-8811-6f7de00db3ac
xBot: jdhd828033 xBot: 71a88843-32b8-4d52-ac25-de2458c47775
alias: alias alias: alias
lastDigits: "5674" lastDigits: "5674"
ovpasNumber: OV34568 ovpasNumber: OV34568
@ -251,7 +269,7 @@ paths:
name: Active name: Active
expirationDate: "2024-04-20T17:05:52.000+02:00" expirationDate: "2024-04-20T17:05:52.000+02:00"
replacedByTokenId: 2 replacedByTokenId: 2
audit: auditTrails:
- auditTrailId: 1 - auditTrailId: 1
customerProfileId: 1 customerProfileId: 1
action: insert action: insert
@ -341,8 +359,8 @@ paths:
tokenType: tokenType:
tokenTypeId: 2 tokenTypeId: 2
name: OV-pas physical name: OV-pas physical
xTat: twioq73033 xTat: 0115b0df-db38-4702-8811-6f7de00db3ac
xBot: hjihwqui27 xBot: 71a88843-32b8-4d52-ac25-de2458c47775
alias: alias alias: alias
lastDigits: "5678" lastDigits: "5678"
ovpasNumber: OV34567 ovpasNumber: OV34567
@ -355,8 +373,8 @@ paths:
tokenType: tokenType:
tokenTypeId: 2 tokenTypeId: 2
name: OV-pas physical name: OV-pas physical
xTat: hhe2830283 xTat: 0115b0df-db38-4702-8811-6f7de00db3ac
xBot: jdhd828033 xBot: 71a88843-32b8-4d52-ac25-de2458c47775
alias: alias alias: alias
lastDigits: "5674" lastDigits: "5674"
ovpasNumber: OV34568 ovpasNumber: OV34568
@ -365,7 +383,7 @@ paths:
name: active name: active
expirationDate: "2024-04-20T17:05:52.000+02:00" expirationDate: "2024-04-20T17:05:52.000+02:00"
replacedByTokenId: 2 replacedByTokenId: 2
audit: auditTrails:
- auditTrailId: 1 - auditTrailId: 1
customerProfileId: 1 customerProfileId: 1
action: insert action: insert
@ -814,7 +832,7 @@ components:
example: example:
- /account/12345 - /account/12345
- /account/67890 - /account/67890
audit: getAuditTrails:
type: object type: object
properties: properties:
auditTrailId: auditTrailId:
@ -1013,10 +1031,10 @@ components:
type: array type: array
items: items:
$ref: "#/components/schemas/getOvPayTokens" $ref: "#/components/schemas/getOvPayTokens"
audit: auditTrails:
type: array type: array
items: items:
$ref: "#/components/schemas/audit" $ref: "#/components/schemas/getAuditTrails"
ovPayTokenEntity: ovPayTokenEntity:
type: object type: object
properties: properties: