Compare commits

..

No commits in common. "fc8596f0f3c965dd5673c2cbdc1377661015470c" and "e5867aa60574b51ba034e534197975d2f4f1b89d" have entirely different histories.

5 changed files with 403 additions and 1187 deletions

View File

@ -3041,7 +3041,7 @@ components:
example: 1 example: 1
name: name:
type: string type: string
example: Shipping example: Billing
street: street:
type: string type: string
example: Appelstraat example: Appelstraat

View File

@ -45,6 +45,7 @@ paths:
directDebitMandate: directDebitMandate:
directDebitMandateTypeId: 1 directDebitMandateTypeId: 1
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
mandateState: SIGNED mandateState: SIGNED
updateDirectDebitMandateType: updateDirectDebitMandateType:
@ -55,6 +56,10 @@ paths:
value: value:
directDebitMandate: directDebitMandate:
billingInformationId: 2 billingInformationId: 2
updateMandateAddressId:
value:
directDebitMandate:
mandateAddressId: 3
updateMandateReference: updateMandateReference:
value: value:
directDebitMandate: directDebitMandate:
@ -124,10 +129,17 @@ paths:
updateFullBillingInformation: updateFullBillingInformation:
value: value:
billingInformation: billingInformation:
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 2
updateIssuerCountry:
value:
billingInformation:
issuerCountry: DE
updateIban: updateIban:
value: value:
billingInformation: billingInformation:
@ -136,6 +148,10 @@ paths:
value: value:
billingInformation: billingInformation:
bic: DEUT bic: DEUT
updateSwift:
value:
billingInformation:
swift: UpdatedSwift
updateAscription: updateAscription:
value: value:
billingInformation: billingInformation:
@ -144,6 +160,10 @@ paths:
value: value:
billingInformation: billingInformation:
alias: Updated Alias alias: Updated Alias
updateBillingAddressId:
value:
billingInformation:
billingAddressId: 3
required: true required: true
responses: responses:
'201': '201':
@ -198,16 +218,21 @@ paths:
fullFinancialInformation: fullFinancialInformation:
value: value:
billingInformation: billingInformation:
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 2
minimumBillingInformation: minimumBillingInformation:
value: value:
billingInformation: billingInformation:
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 2
required: true required: true
responses: responses:
'201': '201':
@ -264,12 +289,16 @@ paths:
directDebitMandate: directDebitMandate:
directDebitMandateTypeId: 1 directDebitMandateTypeId: 1
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
minimumdirectDebitMandate: minimumdirectDebitMandate:
value: value:
directDebitMandate: directDebitMandate:
directDebitMandateTypeId: 1 directDebitMandateTypeId: 1
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
required: true required: true
responses: responses:
@ -329,32 +358,38 @@ paths:
customerNumber: 1000003 customerNumber: 1000003
billingInformation: billingInformation:
- billingInformationId: 1 - billingInformationId: 1
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
created: "2024-06-02T15:03:460" billingAddressId: 2
- billingInformationId: 2 - billingInformationId: 2
issuerCountry: BE
iban: '0987654321' iban: '0987654321'
bic: null bic: null
swift: null
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
created: "2024-06-02T15:03:460" billingAddressId: 3
directDebitMandate: directDebitMandate:
- directDebitMandateId: 1 - directDebitMandateId: 1
directDebitMandateTypeName: PIN Transaction directDebitMandateTypeName: PIN Transaction
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
mandateState: SIGNED mandateState: SIGNED
updateTimestamp: '2024-01-01T00:00:00.000' updateTimestamp: '2024-01-01T00:00:00.00'
- directDebitMandateId: 2 - directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract directDebitMandateTypeName: Paper Contract
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
mandateState: CANCELLED mandateState: CANCELLED
updateTimestamp: '2024-01-01T00:00:00.000' updateTimestamp: '2024-01-01T00:00:00.00'
missingBillingInformation: missingBillingInformation:
value: value:
customerNumber: 1000003 customerNumber: 1000003
@ -363,31 +398,35 @@ paths:
- directDebitMandateId: 1 - directDebitMandateId: 1
directDebitMandateTypeName: PIN transaction directDebitMandateTypeName: PIN transaction
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
- directDebitMandateId: 2 - directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract directDebitMandateTypeName: Paper Contract
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
missingDebitMandateInformation: missingDebitMandateInformation:
value: value:
customerNumber: 1000003 customerNumber: 1000003
billingInformation: billingInformation:
- billingInformationId: 1 - billingInformationId: 1
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
created: "2024-06-02T15:03:460" billingAddressId: 2
- billingInformationId: 2 - billingInformationId: 2
issuerCountry: BE
iban: '0987654321' iban: '0987654321'
bic: null bic: null
swift: null
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
created: "2024-06-02T15:03:460" billingAddressId: 3
directDebitMandate: [] directDebitMandate: []
minimumFinancialInformation: minimumFinancialInformation:
value: value:
@ -461,6 +500,7 @@ paths:
directDebitMandate: directDebitMandate:
directDebitMandateTypeId: 1 directDebitMandateTypeId: 1
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
mandateState: SIGNED mandateState: SIGNED
updateDirectDebitMandateType: updateDirectDebitMandateType:
@ -471,6 +511,10 @@ paths:
value: value:
directDebitMandate: directDebitMandate:
billingInformationId: 2 billingInformationId: 2
updateMandateAddressId:
value:
directDebitMandate:
mandateAddressId: 3
updateMandateReference: updateMandateReference:
value: value:
directDebitMandate: directDebitMandate:
@ -547,10 +591,17 @@ paths:
updateFullBillingInformation: updateFullBillingInformation:
value: value:
billingInformation: billingInformation:
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 2
updateIssuerCountry:
value:
billingInformation:
issuerCountry: DE
updateIban: updateIban:
value: value:
billingInformation: billingInformation:
@ -559,6 +610,10 @@ paths:
value: value:
billingInformation: billingInformation:
bic: DEUT bic: DEUT
updateSwift:
value:
billingInformation:
swift: UpdatedSwift
updateAscription: updateAscription:
value: value:
billingInformation: billingInformation:
@ -632,14 +687,17 @@ paths:
fullFinancialInformation: fullFinancialInformation:
value: value:
billingInformation: billingInformation:
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 2 billingAddressId: 2
minimumBillingInformation: minimumBillingInformation:
value: value:
billingInformation: billingInformation:
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
@ -707,12 +765,16 @@ paths:
directDebitMandate: directDebitMandate:
directDebitMandateTypeId: 1 directDebitMandateTypeId: 1
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
minimumdirectDebitMandate: minimumdirectDebitMandate:
value: value:
directDebitMandate: directDebitMandate:
directDebitMandateTypeId: 1 directDebitMandateTypeId: 1
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
required: true required: true
responses: responses:
@ -779,34 +841,38 @@ paths:
customerNumber: 1000003 customerNumber: 1000003
billingInformation: billingInformation:
- billingInformationId: 1 - billingInformationId: 1
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 2 billingAddressId: 2
created: '2024-01-01T00:00:00.000' updateTimestamp: '2024-01-01T00:00:00.00'
- billingInformationId: 2 - billingInformationId: 2
issuerCountry: BE
iban: '0987654321' iban: '0987654321'
bic: null bic: null
swift: null
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
billingAddressId: 3 billingAddressId: 3
created: '2024-01-01T00:00:00.000' updateTimestamp: '2024-01-01T00:00:00.00'
directDebitMandate: directDebitMandate:
- directDebitMandateId: 1 - directDebitMandateId: 1
directDebitMandateTypeName: PIN transaction directDebitMandateTypeName: PIN transaction
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
mandateState: SIGNED mandateState: SIGNED
updateTimestamp: '2024-01-01T00:00:00.000'
- directDebitMandateId: 2 - directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract directDebitMandateTypeName: Paper Contract
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
mandateState: CANCELLED mandateState: CANCELLED
updateTimestamp: '2024-01-01T00:00:00.000'
missingBillingInformation: missingBillingInformation:
value: value:
customerNumber: 1000003 customerNumber: 1000003
@ -815,31 +881,35 @@ paths:
- directDebitMandateId: 1 - directDebitMandateId: 1
directDebitMandateTypeName: PIN transaction directDebitMandateTypeName: PIN transaction
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
- directDebitMandateId: 2 - directDebitMandateId: 2
directDebitMandateTypeName: Paper Contract directDebitMandateTypeName: Paper Contract
billingInformationId: 1 billingInformationId: 1
mandateAddressId: 2
created: '1900-01-01T00:00:00.000' created: '1900-01-01T00:00:00.000'
mandateReference: Dit is een test Reference mandateReference: Dit is een test Reference
updateTimestamp: '1900-01-01T00:00:00.000'
missingDebitMandateInformation: missingDebitMandateInformation:
value: value:
customerNumber: 1000003 customerNumber: 1000003
billingInformation: billingInformation:
- billingInformationId: 1 - billingInformationId: 1
issuerCountry: NL
iban: '1234567890' iban: '1234567890'
bic: ING bic: ING
swift: Swift
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
created: "2024-06-02T15:03:460" billingAddressId: 2
- billingInformationId: 2 - billingInformationId: 2
issuerCountry: BE
iban: '0987654321' iban: '0987654321'
bic: null bic: null
swift: null
ascription: Dit is een Test ascription: Dit is een Test
alias: Alias Test alias: Alias Test
created: "2024-06-02T15:03:460" billingAddressId: 3
directDebitMandate: [] directDebitMandate: []
minimumFinancialInformation: minimumFinancialInformation:
value: value:
@ -1042,7 +1112,8 @@ paths:
postalCode: 0000AA postalCode: 0000AA
city: Den Haag city: Den Haag
country: NL country: NL
addressType: Billing isPreferred: true
addressType: Office
- addressId: 2 - addressId: 2
street: mystreet 33 street: mystreet 33
houseNumber: 1 houseNumber: 1
@ -1050,7 +1121,8 @@ paths:
postalCode: 4455CA postalCode: 4455CA
city: Den BOSCH city: Den BOSCH
country: NL country: NL
addressType: Shipping isPreferred: true
addressType: Office
phone: phone:
- phoneId: 1 - phoneId: 1
number: '3112345678' number: '3112345678'
@ -1127,7 +1199,8 @@ paths:
postalCode: 0000AA postalCode: 0000AA
city: Den Haag city: Den Haag
country: NL country: NL
addressType: Billing isPreferred: true
addressType: Office
- addressId: 2 - addressId: 2
street: mystreet 33 street: mystreet 33
houseNumber: 1 houseNumber: 1
@ -1135,7 +1208,8 @@ paths:
postalCode: 4455CA postalCode: 4455CA
city: Den BOSCH city: Den BOSCH
country: NL country: NL
addressType: Shipping isPreferred: true
addressType: Office
phone: phone:
- phoneId: 1 - phoneId: 1
number: '3112345678' number: '3112345678'
@ -1463,7 +1537,8 @@ paths:
postalCode: 0000AA postalCode: 0000AA
city: Den Haag city: Den Haag
country: NL country: NL
addressType: Billing isPreferred: true
addressType: Office
- addressId: 2 - addressId: 2
street: mystreet 33 street: mystreet 33
houseNumber: 1 houseNumber: 1
@ -1471,7 +1546,8 @@ paths:
postalCode: 4455CA postalCode: 4455CA
city: Den BOSCH city: Den BOSCH
country: NL country: NL
addressType: Shipping isPreferred: true
addressType: Office
phone: phone:
- phoneId: 1 - phoneId: 1
number: '3112345678' number: '3112345678'
@ -1677,6 +1753,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: true
addressTypeId: 1 addressTypeId: 1
- street: Beeklaan - street: Beeklaan
houseNumber: 30 houseNumber: 30
@ -1684,6 +1761,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: false
addressTypeId: 2 addressTypeId: 2
phones: phones:
- number: '6123456789' - number: '6123456789'
@ -2526,6 +2604,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: true
addressTypeId: 1 addressTypeId: 1
addMinimumAddress: addMinimumAddress:
value: value:
@ -2535,6 +2614,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: true
addressTypeId: 1 addressTypeId: 1
responses: responses:
'201': '201':
@ -2746,6 +2826,7 @@ paths:
city: Den Haag city: Den Haag
country: NL country: NL
addressTypeId: 2 addressTypeId: 2
isPreferred: true
updateStreet: updateStreet:
value: value:
address: address:
@ -2773,7 +2854,11 @@ paths:
updateAddressTypeId: updateAddressTypeId:
value: value:
address: address:
addressTypeId: 1 addressTypeId: 3
updateIsPreferred:
value:
address:
isPreferred: false
responses: responses:
'202': '202':
description: Successful updated the customer profile description: Successful updated the customer profile
@ -3026,7 +3111,8 @@ paths:
postalCode: 0000AA postalCode: 0000AA
city: Den Haag city: Den Haag
country: NL country: NL
addressType: Billing isPreferred: true
addressType: Office
- addressId: 2 - addressId: 2
street: mystreet 33 street: mystreet 33
houseNumber: 1 houseNumber: 1
@ -3034,7 +3120,8 @@ paths:
postalCode: 4455CA postalCode: 4455CA
city: Den BOSCH city: Den BOSCH
country: NL country: NL
addressType: Shipping isPreferred: true
addressType: Office
phone: phone:
- phoneId: 1 - phoneId: 1
number: '3112345678' number: '3112345678'
@ -3241,6 +3328,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: true
addressTypeId: 1 addressTypeId: 1
- street: Beeklaan - street: Beeklaan
houseNumber: 30 houseNumber: 30
@ -3248,6 +3336,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: false
addressTypeId: 2 addressTypeId: 2
phones: phones:
- number: '6123456789' - number: '6123456789'
@ -4025,6 +4114,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: true
addressTypeId: 1 addressTypeId: 1
addMinimumAddress: addMinimumAddress:
value: value:
@ -4034,6 +4124,7 @@ paths:
postalCode: 2500AA postalCode: 2500AA
city: Den Haag city: Den Haag
country: NL country: NL
isPreferred: true
addressTypeId: 1 addressTypeId: 1
responses: responses:
'201': '201':
@ -4259,6 +4350,7 @@ paths:
city: Den Haag city: Den Haag
country: NL country: NL
addressTypeId: 2 addressTypeId: 2
isPreferred: true
updateStreet: updateStreet:
value: value:
address: address:
@ -4286,7 +4378,7 @@ paths:
updateAddressTypeId: updateAddressTypeId:
value: value:
address: address:
addressTypeId: 1 addressTypeId: 3
updateIsPreferred: updateIsPreferred:
value: value:
address: address:
@ -4604,6 +4696,8 @@ components:
type: string type: string
country: country:
type: string type: string
isPreferred:
type: boolean
addressType: addressType:
type: string type: string
getPhone: getPhone:
@ -4667,6 +4761,7 @@ components:
- billingInformationId - billingInformationId
- created - created
- directDebitMandateTypeName - directDebitMandateTypeName
- mandateAddressId
- mandateReference - mandateReference
type: object type: object
properties: properties:
@ -4674,6 +4769,10 @@ components:
type: string type: string
billingInformationId: billingInformationId:
type: integer type: integer
mandateAddressId:
type: integer
created:
type: string
mandateReference: mandateReference:
type: string type: string
directDebitMandatePost: directDebitMandatePost:
@ -4688,6 +4787,8 @@ components:
type: string type: string
billingInformationId: billingInformationId:
type: integer type: integer
mandateAddressId:
type: integer
mandateReference: mandateReference:
type: string type: string
mandateState: mandateState:
@ -4710,6 +4811,8 @@ components:
type: integer type: integer
billingInformationId: billingInformationId:
type: integer type: integer
mandateAddressId:
type: integer
created: created:
type: string type: string
mandateReference: mandateReference:
@ -4723,41 +4826,52 @@ components:
- alias - alias
- ascription - ascription
- bic - bic
- billingAddressId
- billingInformationId - billingInformationId
- iban - iban
- created - issuerCountry
- swift
type: object type: object
properties: properties:
billingInformationId: billingInformationId:
type: integer type: integer
issuerCountry:
type: string
iban: iban:
type: string type: string
bic: bic:
type: string type: string
swift:
type: string
ascription: ascription:
type: string type: string
alias: alias:
type: string type: string
created: billingAddressId:
type: string type: integer
billingInformationPostEntity: billingInformationPostEntity:
required: required:
- alias - alias
- ascription - ascription
- billingAddressId - billingAddressId
- iban - iban
- issuerCountry
type: object type: object
properties: properties:
issuerCountry:
type: string
iban: iban:
type: string type: string
bic: bic:
type: string type: string
swift:
type: string
ascription: ascription:
type: string type: string
alias: alias:
type: string type: string
created: billingAddressId:
type: string type: integer
billingInformationPost: billingInformationPost:
type: object type: object
properties: properties:
@ -4766,14 +4880,20 @@ components:
billingInformationPatchEntity: billingInformationPatchEntity:
type: object type: object
properties: properties:
issuerCountry:
type: string
iban: iban:
type: string type: string
bic: bic:
type: string type: string
swift:
type: string
ascription: ascription:
type: string type: string
alias: alias:
type: string type: string
billingAddressId:
type: integer
billingInformationPatch: billingInformationPatch:
type: object type: object
properties: properties:
@ -4975,6 +5095,8 @@ components:
type: string type: string
country: country:
type: string type: string
isPreferred:
type: boolean
addressTypeId: addressTypeId:
type: integer type: integer
addressPatchEntity: addressPatchEntity:
@ -4994,6 +5116,8 @@ components:
type: string type: string
addressTypeId: addressTypeId:
type: integer type: integer
isPreferred:
type: boolean
phonePostEntity: phonePostEntity:
required: required:
- countryCode - countryCode

View File

@ -1367,14 +1367,6 @@ paths:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
{ "customerTokenId": "0aedb483-2477-4720-aee6-7abcd016843b" } { "customerTokenId": "0aedb483-2477-4720-aee6-7abcd016843b" }
delete:
summary: P1. Delete a customer token.
description: Delete a customer token.
tags:
- Order Line
responses:
"200":
description: OK
/customertokens/{customerTokenId}/personalaccountdata: /customertokens/{customerTokenId}/personalaccountdata:
parameters: parameters:
- in: path - in: path
@ -1428,17 +1420,6 @@ paths:
"challengeTypeId": 1, "challengeTypeId": 1,
"oneTimePassword": "H5Iiz3JTaQeIV8p", "oneTimePassword": "H5Iiz3JTaQeIV8p",
} }
exisiting PersonalAccountData:
summary: PersonalAccountData already exists for customerToken
description: PersonalAccountData already exists for customerToken
value:
{
"name": "Jan de Vries",
"birthdate": "01-01-1970",
"photo": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAWJLR0Q+SWQA4wAAAAd0SU1FB+YCBAwmK58TFQgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjItMDItMDRUMTI6Mzg6NDMrMDA6MDBAjYOrAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIyLTAyLTA0VDEyOjM4OjQzKzAwOjAwMdA7FwAAAFd6VFh0UmF3IHByb2ZpbGUgdHlwZSBpcHRjAAB4nOPyDAhxVigoyk/LzEnlUgADIwsuYwsTIxNLkxQDEyBEgDTDZAMjs1Qgy9jUyMTMxBzEB8uASKBKLgDqFxF08kI1lQAAAYdpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0n77u/JyBpZD0nVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkJz8+DQo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIj48cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSJ1dWlkOmZhZjViZGQ1LWJhM2QtMTFkYS1hZDMxLWQzM2Q3NTE4MmYxYiIgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iPjx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+PC9yZGY6RGVzY3JpcHRpb24+PC9yZGY6UkRGPjwveDp4bXBtZXRhPg0KPD94cGFja2V0IGVuZD0ndyc/PiyUmAsAAAANSURBVBhXY3grk/YfAAXYAm/HQierAAAAAElFTkSuQmCC" ,
"challengeTypeId": 1,
"oneTimePassword": "H5Iiz3JTaQeIV8p",
}
responses: responses:
"201": "201":
description: OK description: OK
@ -1448,19 +1429,6 @@ paths:
$ref: "#/components/schemas/unavailable" $ref: "#/components/schemas/unavailable"
example: example:
{ "personalAccountDataId": "0aedb483-2477-4720-aee6-7abcd016843b" } { "personalAccountDataId": "0aedb483-2477-4720-aee6-7abcd016843b" }
"405":
description: Method not allowed
content:
application/json:
schema:
$ref: "#/components/schemas/unavailable"
examples:
exisiting PersonalAccountData:
summary: PersonalAccountData already exists for customerToken
description: PersonalAccountData already exists for customerToken
value:
"Resource already exist"
/personalaccountdata: /personalaccountdata:
get: get:
summary: P5. Find personal account data. summary: P5. Find personal account data.

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ paths:
{ {
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df", "readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115", "xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "2025-07-02T15:01:00.000+00:00", "updated": "2025-07-02 15:01:00.000",
}, },
], ],
} }
@ -51,12 +51,12 @@ paths:
{ {
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df", "readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115", "xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "22025-07-02T15:01:00.000+00:00", "updated": "2025-07-02 15:01:00.000",
}, },
{ {
"readerId": "b4d8e43c-be21-472c-955b-a0c7c11b4bfb", "readerId": "b4d8e43c-be21-472c-955b-a0c7c11b4bfb",
"xBot": "625bc66b-a5de-42fc-ba9e-fb02ada4a4ee", "xBot": "625bc66b-a5de-42fc-ba9e-fb02ada4a4ee",
"updated": "2025-07-02T13:37:07.000+00:00", "updated": "2025-07-02 13:37:07.000",
}, },
], ],
} }
@ -92,7 +92,7 @@ paths:
{ {
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df", "readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115", "xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "2025-07-02T15:01:00.000+00:00", "updated": "2025-07-02 15:01:00.000",
} }
"201": "201":
description: Created description: Created
@ -104,7 +104,7 @@ paths:
{ {
"readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df", "readerId": "b14b0320-2b72-48bb-990b-b97a2d67f9df",
"xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115", "xBot": "4bfaede2-a6c9-45dd-8a80-1f83a075a115",
"updated": "2025-07-02T15:01:00.000+00:00", "updated": "2025-07-02 15:01:00.000",
} }
components: components:
securitySchemes: securitySchemes:
@ -150,7 +150,7 @@ components:
updated: updated:
type: string type: string
format: date-time format: date-time
example: "2025-07-02T15:01:00+00:00" example: "2025-07-02T15:01:00Z"
nullable: false nullable: false
description: The date and time when the token register request was updated. description: The date and time when the token register request was updated.
required: required: