Compare commits

..

No commits in common. "2c9cd23b2f5b78178d084d51f9498163d3e73d29" and "24c9c8ab6ef59d6a0ba3b8a3800d472d730e9cad" have entirely different histories.

View File

@ -864,7 +864,7 @@ paths:
patch:
tags:
- Customer
summary: Modify a customer debtorStatus
summary: Modify a customer element
description: >-
parameters:
@ -880,30 +880,9 @@ paths:
schema:
$ref: "#/components/schemas/customersEntity"
examples:
updateDebtorStatus:
customer:
value:
debtorStatusId: 2
updateFullPerson:
value:
person: {
birthname: "Jan",
surname: "Jansen",
prefix: "de",
suffix: "jr",
dateOfBirth: "1970-01-01",
emailAddress: "TEST@TEST1.NL"
}
updateCompleteEntity:
value:
debtorStatusId: 2
person: {
birthname: "Jan",
surname: "Jansen",
prefix: "de",
suffix: "jr",
dateOfBirth: "1970-01-01",
emailAddress: "TEST@TEST1.NL"
}
required: true
responses:
201:
@ -1086,15 +1065,10 @@ paths:
schema:
$ref: "#/components/schemas/patchCustomerAddress"
examples:
fullAddress:
updateAddressTypeId:
value:
address:
street: Sesamstraat
houseNumber: 1
houseNumberSuffix: A
postalCode: 1234 AB
city: Den Haag
country: NL
addressTypeId: 2
required: true
responses:
200:
@ -1152,8 +1126,8 @@ paths:
customerPhone:
value:
phone:
number: "0701112233"
countryCode: "0031"
number: 0701112233
countryCode: 0031
phoneTypeId: 1
isPreferred: true
required: true
@ -1188,13 +1162,6 @@ paths:
schema:
$ref: "#/components/schemas/phoneEntity"
examples:
updateFullPhoneEntity:
value:
phone:
phoneTypeId: 2
number: "0701112233"
countryCode: "0031"
isPreferred: false
updatePhoneTypeId:
value:
phone:
@ -1457,13 +1424,6 @@ paths:
schema:
$ref: "#/components/schemas/ovPayTokenEntity"
examples:
updateFullToken:
value:
ovpaytoken:
alias: "ING pas mobiel"
tokenStatusId: 1
replacedByTokenId: 8
lastdigits: 4563
updateTokenAlias:
value:
ovpaytoken:
@ -1766,6 +1726,54 @@ paths:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/billingInformations/{billingInformationId}:
patch:
tags:
- Billing Information
summary: Update a billing information
description: >-
parameters:
- name: billingInformationId
in: path
required: true
schema:
type: integer
example: 1
requestBody:
content:
application/json:
schema:
$ref: "#/components/schemas/billingInformationEntity"
examples:
updateBillingInformationAlias:
value:
billingInformation:
alias: "Mijn rekening details"
updateBillingInformation:
value:
billingInformation:
alias: "Mijn rekening details"
iban: "NL06RABO8902022560"
required: true
responses:
200:
description: Successfully updated a customer billing information
content:
application/json:
example:
{
"billingInformationId": 1,
"customerProfileId": 1,
"iban": "NL06RABO8902022560",
"ascription": "J. Doe",
"alias": "Mijn rekening details",
"created": "2024-03-22T08:55:00",
}
security:
- default: []
x-auth-type: Application & Application User
x-throttling-tier: Unlimited
/directdebitmandates:
get:
tags: