Interest Enhancement API REST Endpoints

Structure Services/Interest Enhancement API
This service is used for interest enhancement method works by applying preferential pricing across a group of accounts on the basis of pre-determined criteria that are typically based on a net aggregate balance threshold.
Adds a new interest enhancement
Method: post
Path: /interestenhancement
Authorize the interest enhancement by given ID
Method: patch
Path: /interestenhancement/{id}/approve
Close the interest enhancement by given ID
Method: patch
Path: /interestenhancement/{id}/close
Deletes the interest enhancement identified by given ID.
Method: delete
Path: /interestenhancement/{id}
Get all valid interest enhancement
Method: get
Path: /interestenhancement
reopen the interest enhancement by given ID
Method: patch
Path: /interestenhancement/{id}/reopen
Retrieves the IE structure ID
Method: get
Path: /interestenhancement/getIEStructureId
Retrieves the interest enhancement by ID
Method: get
Path: /interestenhancement/{id}
Retrives the interest enhancement by given ID
Method: get
Path: /interestenhancement/{id}/history
Retrives the interest enhancement by given ID
Method: get
Path: /interestenhancement/{id}/unauthorized
Update an existing interest enhancement
Method: put
Path: /interestenhancement/{id}