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 audit information by ID
Method: get
Path: /service/lmm/ccycutoff/{id}/history
Retrieves the currency cutoff by ID
Method: get
Path: /service/lmm/ccycutoff/{id}
Retrieves 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}