Core Accounts API REST Endpoints

Maintenance Services/Core Accounts API
This service is used to maintain external accounts for customers and maps the source system account number to external account maintained.It give us options to specify various parameters of the account like account is active or not credit or debit is allowed or not etc.
Adds a new core accounts
Method: post
Path: /coreaccounts
Authorize the core accounts by given ID
Method: patch
Path: /coreaccounts/{id}/approve
Close the core accounts by given ID
Method: patch
Path: /coreaccounts/{id}/close
Deletes the core accounts identified by given ID
Method: delete
Path: /coreaccounts/{id}
Get all valid core accounts
Method: get
Path: /coreaccounts
Reject the core accounts by given ID
Method: patch
Path: /coreaccounts/{id}/reject
Reopen the core accounts by given ID
Method: patch
Path: /coreaccounts/{id}/reopen
Retrieves the core accounts by ID
Method: get
Path: /coreaccounts/{id}
Retrives the core accounts by given ID
Method: get
Path: /coreaccounts/{id}/history
Retrives the core accounts by given ID
Method: get
Path: /coreaccounts/{id}/unauthorized
Retrives the unauthorized core account records
Method: get
Path: /coreaccounts/unauthorizedcount
Update an existing core accounts
Method: put
Path: /coreaccounts/{id}