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: postPath:
/interestaccountgroup - Authorize the interest account group by given ID
- Method: patchPath:
/interestaccountgroup/{id}/approve - Close the interest account group by given ID
- Method: patchPath:
/interestaccountgroup/{id}/close - Deletes the interestaccountgroup identified by given ID
- Method: deletePath:
/interestaccountgroup/{id} - Get all valid interest account group
- Method: getPath:
/interestaccountgroup - Reject the interest account group by given ID
- Method: patchPath:
/interestaccountgroup/{id}/reject - Reopen the interest account group by given ID
- Method: patchPath:
/interestaccountgroup/{id}/reopen - Retrieves the interestaccountgroup by ID
- Method: getPath:
/interestaccountgroup/{id} - Retrives the interest account group by given ID
- Method: getPath:
/interestaccountgroup/{id}/history - Retrives the interest account group by given ID
- Method: getPath:
/interestaccountgroup/{id}/unauthorized - Update an existing interest account group
- Method: putPath:
/interestaccountgroup/{id}