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: post
Path: /service/account
Check IC accounts
Method: get
Path: /service/lmm/account/shouldProcessIC/{branchCode}
Close the account by given ID
Method: patch
Path: /service/account/{accountNumber}/{branchCode}/{currency}/close
Get all valid account
Method: get
Path: /service/account
Get List of Accounts for Balance update during EOD
Method: get
Path: /service/lmm/account/fetchAccountsEod/{eodBranchCode}
Get List of Accounts for the given customer collection
Method: get
Path: /service/lmm/account/getLinkedAccountsForCustomers
Get the List of linked Accounts
Method: get
Path: /service/lmm/account/getLinkedAccounts
Gets the list of virtual and real accounts
Method: get
Path: /service/account/virtualRealAccountfetch
Gets the list of virtual and real accounts
Method: get
Path: /service/lmm/account/commonCoreAccountfetch
Reopen the account by given ID
Method: patch
Path: /service/account/{accountNumber}/{branchCode}/{currency}/reopen
Retrieves the account by ID
Method: get
Path: /service/account/{accountNumber}/{branchCode}/{currency}
Retrieves the list of existing Customer Balance
Method: get
Path: /service/lmm/account/topcustomersbalances
Retrives the account by given ID
Method: get
Path: /service/lmm/account/{id}/history
Retrives the account by given ID
Method: get
Path: /service/lmm/account/{id}/unauthorized
Update an existing account
Method: put
Path: /service/account/{accountNumber}/{branchCode}/{currency}