Currency Cutoff Service API REST Endpoints

Maintenance Services/Currency Cutoff Service API
This service is used to perform Currency Cutoff operations like retrieving currency cutoffs supported by the bank.
Adds a new currency cutoff
Method: post
Path: /service/ccycutoff
Get all valid currency cutoff
Method: get
Path: /service/lmm/ccycutoff
Retrieves the currency cutoff by ID
Method: get
Path: /service/lmm/ccycutoff/{id}
Retrives the currency cutoff audit information by given ID
Method: get
Path: /service/lmm/ccycutoff/{id}/history
Retrives the Unauthorized currency cutoff by given ID
Method: get
Path: /service/lmm/ccycutoff/{id}/unauthorized
Update an existing currency cutoff
Method: put
Path: /service/ccycutoff/{bicCode}