features/customers-v2-SE #51
@ -864,7 +864,6 @@ paths:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"billingInformationId": 1,
|
"billingInformationId": 1,
|
||||||
"customerProfileId": 1,
|
|
||||||
"iban": "NL••••••••••••1234",
|
"iban": "NL••••••••••••1234",
|
||||||
"ascription": "J. Doe",
|
"ascription": "J. Doe",
|
||||||
"alias": null,
|
"alias": null,
|
||||||
@ -876,8 +875,8 @@ paths:
|
|||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Customers
|
- Customers
|
||||||
summary: Find direct debit mandates.
|
summary: Find direct debit mandates for a customer.
|
||||||
description: Find direct debit mandates.
|
description: Find direct debit mandates for a customer.
|
||||||
parameters:
|
parameters:
|
||||||
- name: X-HTM-JWT-AUTH-HEADER
|
- name: X-HTM-JWT-AUTH-HEADER
|
||||||
in: header
|
in: header
|
||||||
@ -915,8 +914,14 @@ paths:
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"directDebitMandateId": 71,
|
"directDebitMandateId": 71,
|
||||||
"customerProfileId": 12,
|
"billingInformationId":
|
||||||
"billingInformationId": 51,
|
{
|
||||||
|
"billingInformationId": 15,
|
||||||
|
"iban": "NL••••••••••••1234",
|
||||||
|
"ascription": "J. Doe",
|
||||||
|
"alias": null,
|
||||||
|
"created": "2024-10-20T17:05:52.000",
|
||||||
|
},
|
||||||
"directDebitMandateType":
|
"directDebitMandateType":
|
||||||
{
|
{
|
||||||
"directDebitMandateTypeId": 1,
|
"directDebitMandateTypeId": 1,
|
||||||
@ -929,19 +934,6 @@ paths:
|
|||||||
"updateTimestamp": "2024-03-22T08:55:00",
|
"updateTimestamp": "2024-03-22T08:55:00",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"_links":
|
|
||||||
{
|
|
||||||
"self":
|
|
||||||
{
|
|
||||||
"href": "https://api.integratielaag.nl/abt/abtcustomers/2.0/directdebitmandates",
|
|
||||||
"method": "GET",
|
|
||||||
},
|
|
||||||
"next":
|
|
||||||
{
|
|
||||||
"href": "https://api.integratielaag.nl/abt/abtcustomers/2.0/directdebitmandates?offset=20",
|
|
||||||
"method": "GET",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
/customers/tokens:
|
/customers/tokens:
|
||||||
get:
|
get:
|
||||||
|
|||||||
@ -964,7 +964,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Customer
|
- Customer
|
||||||
summary: Create a new customer status element
|
summary: Create a new customer status element (only for SMP)
|
||||||
description: >-
|
description: >-
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
@ -996,7 +996,7 @@ paths:
|
|||||||
- default: []
|
- default: []
|
||||||
x-auth-type: Application & Application User
|
x-auth-type: Application & Application User
|
||||||
x-throttling-tier: Unlimited
|
x-throttling-tier: Unlimited
|
||||||
/customers/{customerProfileId}/customerPreferences:
|
/customers/customerPreferences:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- Customer
|
- Customer
|
||||||
@ -1006,10 +1006,10 @@ paths:
|
|||||||
parameters:
|
parameters:
|
||||||
- name: customerProfileId
|
- name: customerProfileId
|
||||||
in: path
|
in: path
|
||||||
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
example: 1
|
example: 1
|
||||||
required: true
|
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user