Currency Cutoff API REST Endpoints
Maintenance Services/Currency Cutoff API
This server is used for currency cutoff related operation.
- Adds a new currency cutoff
- Method: postPath:
/ccycutoff - Authorize the currency cutoff by given ID
- Method: patchPath:
/ccycutoff/{id}/approve - Close the currency cutoff by given ID
- Method: patchPath:
/ccycutoff/{id}/close - Deletes the currency cutoff identified by given ID
- Method: deletePath:
/ccycutoff/{id} - Get all valid currency cutoff
- Method: getPath:
/ccycutoff - Reject the currency cutoff by given ID
- Method: patchPath:
/ccycutoff/{id}/reject - Reopen the currency cutoff by given ID
- Method: patchPath:
/ccycutoff/{id}/reopen - Retrieves the currency cutoff by ID
- Method: getPath:
/ccycutoff/{id} - Retrives the currency cutoff by given ID
- Method: getPath:
/ccycutoff/{id}/history - Retrives the currency cutoff by given ID
- Method: getPath:
/ccycutoff/{id}/unauthorized - Update an existing currency cutoff
- Method: postPath:
/ccycutoff/getCutoffDetails - Update an existing currency cutoff
- Method: putPath:
/ccycutoff/{id}