Interest Account Group API REST Endpoints
Maintenance Services/Interest Account Group API
This service is used of create and update existing the interest account group details.
- 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 interest account group identified by given ID
- Method: deletePath:
/interestaccountgroup/{id} - Get all valid interest account group
- Method: getPath:
/interestaccountgroup - Reopen the interest account group by given ID
- Method: patchPath:
/interestaccountgroup/{id}/reopen - Retrieves the interest account group 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}