feature/Add Endpoint Customer Overview WIP 3

This commit is contained in:
Marko Milić 2022-09-29 14:21:47 +02:00
parent 834dca7dba
commit ab886abc20

View File

@ -1022,8 +1022,8 @@ trait APIMethods500 {
nameOf(getCustomerOverviewByCustomerNumber),
"POST",
"/banks/BANK_ID/customers/customer-number",
"Get Customer by CUSTOMER_NUMBER and BANK_CODE",
s"""Gets the Customer specified by CUSTOMER_NUMBER and BANK_CODE.
"Get Customer Overview",
s"""Gets the Customer Overview specified by CUSTOMER_NUMBER and BANK_CODE.
|
|
|${authenticationRequiredMessage(true)}