misplaced customerprofileId
This commit is contained in:
parent
ba314674a3
commit
baee1e8622
@ -864,7 +864,6 @@ paths:
|
||||
[
|
||||
{
|
||||
"billingInformationId": 1,
|
||||
"customerProfileId": 1,
|
||||
"iban": "NL••••••••••••1234",
|
||||
"ascription": "J. Doe",
|
||||
"alias": null,
|
||||
@ -876,8 +875,8 @@ paths:
|
||||
get:
|
||||
tags:
|
||||
- Customers
|
||||
summary: Find direct debit mandates.
|
||||
description: Find direct debit mandates.
|
||||
summary: Find direct debit mandates for a customer.
|
||||
description: Find direct debit mandates for a customer.
|
||||
parameters:
|
||||
- name: X-HTM-JWT-AUTH-HEADER
|
||||
in: header
|
||||
@ -915,8 +914,14 @@ paths:
|
||||
[
|
||||
{
|
||||
"directDebitMandateId": 71,
|
||||
"customerProfileId": 12,
|
||||
"billingInformationId": 51,
|
||||
"billingInformationId":
|
||||
{
|
||||
"billingInformationId": 15,
|
||||
"iban": "NL••••••••••••1234",
|
||||
"ascription": "J. Doe",
|
||||
"alias": null,
|
||||
"created": "2024-10-20T17:05:52.000",
|
||||
},
|
||||
"directDebitMandateType":
|
||||
{
|
||||
"directDebitMandateTypeId": 1,
|
||||
@ -929,19 +934,6 @@ paths:
|
||||
"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:
|
||||
get:
|
||||
|
||||
@ -964,7 +964,7 @@ paths:
|
||||
post:
|
||||
tags:
|
||||
- Customer
|
||||
summary: Create a new customer status element
|
||||
summary: Create a new customer status element (only for SMP)
|
||||
description: >-
|
||||
|
||||
parameters:
|
||||
@ -996,7 +996,7 @@ paths:
|
||||
- default: []
|
||||
x-auth-type: Application & Application User
|
||||
x-throttling-tier: Unlimited
|
||||
/customers/{customerProfileId}/customerPreferences:
|
||||
/customers/customerPreferences:
|
||||
post:
|
||||
tags:
|
||||
- Customer
|
||||
@ -1006,10 +1006,10 @@ paths:
|
||||
parameters:
|
||||
- name: customerProfileId
|
||||
in: path
|
||||
required: true
|
||||
schema:
|
||||
type: integer
|
||||
example: 1
|
||||
required: true
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user