Account Maintenance Service API REST Endpoints
Maintenance Services/Account Maintenance Service API
This service is used to perform Account Service related operations.
- Adds a new account
- Method: postPath:
/service/account - Check IC accounts
- Method: getPath:
/service/lmm/account/shouldProcessIC/{branchCode} - Close the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/close - Get all valid account
- Method: getPath:
/service/account - Get List of Accounts for Balance update during EOD
- Method: getPath:
/service/lmm/account/fetchAccountsEod/{eodBranchCode} - Get List of Accounts for the given customer collection
- Method: getPath:
/service/lmm/account/getLinkedAccountsForCustomers - Get the List of linked Accounts
- Method: getPath:
/service/lmm/account/getLinkedAccounts - Gets the list of virtual and real accounts
- Method: getPath:
/service/account/virtualRealAccountfetch - Gets the list of virtual and real accounts
- Method: getPath:
/service/lmm/account/commonCoreAccountfetch - Reopen the account by given ID
- Method: patchPath:
/service/account/{accountNumber}/{branchCode}/{currency}/reopen - Retrieves the account by ID
- Method: getPath:
/service/account/{accountNumber}/{branchCode}/{currency} - Retrieves the list of existing Customer Balance
- Method: getPath:
/service/lmm/account/topcustomersbalances - Retrives the account by given ID
- Method: getPath:
/service/lmm/account/{id}/history - Retrives the account by given ID
- Method: getPath:
/service/lmm/account/{id}/unauthorized - Update an existing account
- Method: putPath:
/service/account/{accountNumber}/{branchCode}/{currency}