Interest Account Group API REST Endpoints

Maintenance Services/Interest Account Group API
This service is used to perform Interest Account Group related operations.
Adds a new interest account group
Method: post
Path: /interestaccountgroup
Authorize the interest account group by given ID
Method: patch
Path: /interestaccountgroup/{id}/approve
Close the interest account group by given ID
Method: patch
Path: /interestaccountgroup/{id}/close
Deletes the interestaccountgroup identified by given ID
Method: delete
Path: /interestaccountgroup/{id}
Get all valid interest account group
Method: get
Path: /interestaccountgroup
Reject the interest account group by given ID
Method: patch
Path: /interestaccountgroup/{id}/reject
Reopen the interest account group by given ID
Method: patch
Path: /interestaccountgroup/{id}/reopen
Retrieves the interestaccountgroup by ID
Method: get
Path: /interestaccountgroup/{id}
Retrives the interest account group by given ID
Method: get
Path: /interestaccountgroup/{id}/history
Retrives the interest account group by given ID
Method: get
Path: /interestaccountgroup/{id}/unauthorized
Update an existing interest account group
Method: put
Path: /interestaccountgroup/{id}