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