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: post
Path: /ccycutoff
Authorize the currency cutoff by given ID
Method: patch
Path: /ccycutoff/{id}/approve
Close the currency cutoff by given ID
Method: patch
Path: /ccycutoff/{id}/close
Deletes the currency cutoff identified by given ID
Method: delete
Path: /ccycutoff/{id}
Get all valid currency cutoff
Method: get
Path: /ccycutoff
Reject the currency cutoff by given ID
Method: patch
Path: /ccycutoff/{id}/reject
Reopen the currency cutoff by given ID
Method: patch
Path: /ccycutoff/{id}/reopen
Retrieves the currency cutoff by ID
Method: get
Path: /ccycutoff/{id}
Retrives the currency cutoff by given ID
Method: get
Path: /ccycutoff/{id}/history
Retrives the currency cutoff by given ID
Method: get
Path: /ccycutoff/{id}/unauthorized
Update an existing currency cutoff
Method: post
Path: /ccycutoff/getCutoffDetails
Update an existing currency cutoff
Method: put
Path: /ccycutoff/{id}