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