Compare commits
No commits in common. "2c9cd23b2f5b78178d084d51f9498163d3e73d29" and "24c9c8ab6ef59d6a0ba3b8a3800d472d730e9cad" have entirely different histories.
2c9cd23b2f
...
24c9c8ab6e
@ -864,7 +864,7 @@ paths:
|
|||||||
patch:
|
patch:
|
||||||
tags:
|
tags:
|
||||||
- Customer
|
- Customer
|
||||||
summary: Modify a customer debtorStatus
|
summary: Modify a customer element
|
||||||
description: >-
|
description: >-
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
@ -880,30 +880,9 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/customersEntity"
|
$ref: "#/components/schemas/customersEntity"
|
||||||
examples:
|
examples:
|
||||||
updateDebtorStatus:
|
customer:
|
||||||
value:
|
value:
|
||||||
debtorStatusId: 2
|
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
|
required: true
|
||||||
responses:
|
responses:
|
||||||
201:
|
201:
|
||||||
@ -1086,15 +1065,10 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/patchCustomerAddress"
|
$ref: "#/components/schemas/patchCustomerAddress"
|
||||||
examples:
|
examples:
|
||||||
fullAddress:
|
updateAddressTypeId:
|
||||||
value:
|
value:
|
||||||
address:
|
address:
|
||||||
street: Sesamstraat
|
addressTypeId: 2
|
||||||
houseNumber: 1
|
|
||||||
houseNumberSuffix: A
|
|
||||||
postalCode: 1234 AB
|
|
||||||
city: Den Haag
|
|
||||||
country: NL
|
|
||||||
required: true
|
required: true
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
@ -1152,8 +1126,8 @@ paths:
|
|||||||
customerPhone:
|
customerPhone:
|
||||||
value:
|
value:
|
||||||
phone:
|
phone:
|
||||||
number: "0701112233"
|
number: 0701112233
|
||||||
countryCode: "0031"
|
countryCode: 0031
|
||||||
phoneTypeId: 1
|
phoneTypeId: 1
|
||||||
isPreferred: true
|
isPreferred: true
|
||||||
required: true
|
required: true
|
||||||
@ -1187,14 +1161,7 @@ paths:
|
|||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/phoneEntity"
|
$ref: "#/components/schemas/phoneEntity"
|
||||||
examples:
|
examples:
|
||||||
updateFullPhoneEntity:
|
|
||||||
value:
|
|
||||||
phone:
|
|
||||||
phoneTypeId: 2
|
|
||||||
number: "0701112233"
|
|
||||||
countryCode: "0031"
|
|
||||||
isPreferred: false
|
|
||||||
updatePhoneTypeId:
|
updatePhoneTypeId:
|
||||||
value:
|
value:
|
||||||
phone:
|
phone:
|
||||||
@ -1457,13 +1424,6 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
$ref: "#/components/schemas/ovPayTokenEntity"
|
$ref: "#/components/schemas/ovPayTokenEntity"
|
||||||
examples:
|
examples:
|
||||||
updateFullToken:
|
|
||||||
value:
|
|
||||||
ovpaytoken:
|
|
||||||
alias: "ING pas mobiel"
|
|
||||||
tokenStatusId: 1
|
|
||||||
replacedByTokenId: 8
|
|
||||||
lastdigits: 4563
|
|
||||||
updateTokenAlias:
|
updateTokenAlias:
|
||||||
value:
|
value:
|
||||||
ovpaytoken:
|
ovpaytoken:
|
||||||
@ -1766,6 +1726,54 @@ paths:
|
|||||||
- default: []
|
- default: []
|
||||||
x-auth-type: Application & Application User
|
x-auth-type: Application & Application User
|
||||||
x-throttling-tier: Unlimited
|
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:
|
/directdebitmandates:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user