Account Maintenance Service API REST Endpoints

Maintenance Services/Account Maintenance Service API
This service is used to perform operations on participating accounts like retrieve list of all virtual and real accounts, update and close the account etc.
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
Fetch bulk accounts by given list of account number and branch code
Method: post
Path: /service/lmm/account/fetchBulkAccounts
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
Get the list of virtual and real accounts for the given customer
Method: get
Path: /service/lmm/account/commonCoreAccountfetch
Gets the list of virtual and real accounts
Method: get
Path: /service/account/virtualRealAccountfetch
Reopen the account by given ID
Method: patch
Path: /service/account/{accountNumber}/{branchCode}/{currency}/reopen
Retrieve the audit information for the account by ID
Method: get
Path: /service/lmm/account/{id}/history
Retrieves the account by ID
Method: get
Path: /service/account/{accountNumber}/{branchCode}/{currency}
Retrieves the total balance for the given customers by currency
Method: get
Path: /service/lmm/account/topcustomersbalances
Retrieves the unauthorized account for the given ID
Method: get
Path: /service/lmm/account/{id}/unauthorized
Update an existing account
Method: put
Path: /service/account/{accountNumber}/{branchCode}/{currency}