OVPAY-754 - Fixed PR remarks. Thanks maks.

This commit is contained in:
Bas Boterman 2024-12-02 10:46:08 +01:00
parent f7a56f3e62
commit bfea9a5967

View File

@ -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",