Account Special Rate API REST Endpoints

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