From baee1e86227dc94b29a19a4bfd77d9f9f29bcc6a Mon Sep 17 00:00:00 2001 From: Mirjam Herald Date: Wed, 28 Jan 2026 09:53:01 +0100 Subject: [PATCH] misplaced customerprofileId --- src/openapi/customers/SE-customers-v2.yaml | 28 +++++++------------- src/openapi/customers/customers-crud-v2.yaml | 6 ++--- 2 files changed, 13 insertions(+), 21 deletions(-) diff --git a/src/openapi/customers/SE-customers-v2.yaml b/src/openapi/customers/SE-customers-v2.yaml index e1bd4ba..2d2753b 100644 --- a/src/openapi/customers/SE-customers-v2.yaml +++ b/src/openapi/customers/SE-customers-v2.yaml @@ -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: diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 71c95ea..c53a82f 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -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: