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