From bfea9a5967ae4e53a0642fc672e737113c2afc31 Mon Sep 17 00:00:00 2001 From: "b.boterman@htm.nl" Date: Mon, 2 Dec 2024 10:46:08 +0100 Subject: [PATCH] OVPAY-754 - Fixed PR remarks. Thanks maks. --- src/openapi/customers/customers-crud-v2.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/openapi/customers/customers-crud-v2.yaml b/src/openapi/customers/customers-crud-v2.yaml index 6a2d28e..7acbffe 100644 --- a/src/openapi/customers/customers-crud-v2.yaml +++ b/src/openapi/customers/customers-crud-v2.yaml @@ -27,13 +27,6 @@ paths: example: 12 required: false description: The id of the customer related to the mandate. - - in: query - name: customerNumber - schema: - type: integer - example: 14 - required: false - description: The number of the customer related to the mandate. - in: query name: billingInformationId schema: @@ -119,9 +112,12 @@ paths: { "directDebitMandateId": 71, "customerProfileId": 12, - "customerNumber": 14, "billingInformationId": 51, - "directDebitMandateTypeId": 5, + "directDebitMandateType": { + "directDebitMandateTypeId": 1, + "name": "import", + "description": "import" + }, "mandateAddressId": 21, "created": "2024-03-22T08:55:00", "mandateReference": "CORE01",