develop #38
@ -27,13 +27,6 @@ paths:
|
|||||||
example: 12
|
example: 12
|
||||||
required: false
|
required: false
|
||||||
description: The id of the customer related to the mandate.
|
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
|
- in: query
|
||||||
name: billingInformationId
|
name: billingInformationId
|
||||||
schema:
|
schema:
|
||||||
@ -119,9 +112,12 @@ paths:
|
|||||||
{
|
{
|
||||||
"directDebitMandateId": 71,
|
"directDebitMandateId": 71,
|
||||||
"customerProfileId": 12,
|
"customerProfileId": 12,
|
||||||
"customerNumber": 14,
|
|
||||||
"billingInformationId": 51,
|
"billingInformationId": 51,
|
||||||
"directDebitMandateTypeId": 5,
|
"directDebitMandateType": {
|
||||||
|
"directDebitMandateTypeId": 1,
|
||||||
|
"name": "import",
|
||||||
|
"description": "import"
|
||||||
|
},
|
||||||
"mandateAddressId": 21,
|
"mandateAddressId": 21,
|
||||||
"created": "2024-03-22T08:55:00",
|
"created": "2024-03-22T08:55:00",
|
||||||
"mandateReference": "CORE01",
|
"mandateReference": "CORE01",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user