Account Service REST Endpoints

Common Core Services/Account Service
This service is used to create Virtual Account for Virtual Entity. Virtual Account Details such as IBAN and Debit/Credit restrictions. Interest, Overdraft, Real Account Linkage Preferences are captured
Adds a new core accounts
Method: post
Path: /service/coreaccounts
Close the core accounts by given custAccountNo
Method: patch
Path: /service/coreaccounts/{custAccountNo}/close
Reopen the core accounts by given custAccountNo
Method: patch
Path: /service/coreaccounts/{custAccountNo}/reopen
Retrieves the core accounts by providing array of account numbers
Method: get
Path: /service/coreaccounts/getAccounts
Update an existing core accounts
Method: put
Path: /service/coreaccounts/{custAccountNo}