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 ccycutoff.
Method: post
Path: /api/1.0/service/ccycutoff
Get all valid ccycutoff.
Method: get
Path: /api/1.0/service/lmm/ccycutoff
Retrieves the ccycutoff by ID.
Method: get
Path: /api/1.0/service/lmm/ccycutoff/{id}
Retrieves the currency cutoff audit information by ID.
Method: get
Path: /api/1.0/service/lmm/ccycutoff/{id}/history
Retrieves the unauthorized ccycutoff by given ID.
Method: get
Path: /api/1.0/service/lmm/ccycutoff/{id}/unauthorized
Update an existing ccycutoff.
Method: put
Path: /api/1.0/service/ccycutoff/{bicCode}