Bank Parameters Service API REST Endpoints

Maintenance Services/Bank Parameters Service API
This service is used to perform Bank Parameter related operations such as get a list of configured bank level parameters, get the bank history by ID etc.
Adds a New Bank
Method: post
Path: /service/bank
Get all Valid Bank
Method: get
Path: /service/lmm/bank
Gets the List of Internal Banks
Method: get
Path: /service/lmm/bank/internal
Gets the List of External Banks
Method: get
Path: /service/lmm/bank/external
Retrieves the Bank by ID
Method: get
Path: /service/lmm/bank/{id}
Retrives the Bank Audit Information by Given ID
Method: get
Path: /service/lmm/bank/{id}/history
Retrives the Unauthorized Bank by Given ID
Method: get
Path: /service/lmm/bank/{id}/unauthorized
Update an Existing Bank
Method: put
Path: /service/bank/{bankCode}