OVPAY-754 - Added find on directdebitmandate. #3
@ -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
|
||||
|
bboterm marked this conversation as resolved
|
||||
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",
|
||||
|
bboterm marked this conversation as resolved
maxmartens
commented
Hier ook weghalen Hier ook weghalen
|
||||
"mandateReference": "CORE01",
|
||||
|
bboterm marked this conversation as resolved
maxmartens
commented
Voor Voor `billingInformationId` en `mandateAddressId` wordt het misschien te groot om het hele object terug te geven, omdat die objecten ook weer nested JSON zijn; dus ik denk wel oké om voor die twee wél alleen het ID terug te geven
|
||||
|
||||
Loading…
Reference in New Issue
Block a user
Waarom zit deze hier in? In datamodel zie ik 'm niet en bij
OvPayToken(PR #1) zit 'ie ook niet erin. Zuiverste is dus omcustomerNumbereruit te laten en alleencustomerProfileIdte laten. Je kan prima zoeken op customerProfileId (GET /abt/abtcustomers/1.0/customers?customerProfileId=12)