Currency Parameters API REST Endpoints

Maintenance Services/Currency Parameters API
This service is used to currency related operations.
Adds a new currency.
Method: post
Path: /currency
Authorize the currency by given ID
Method: patch
Path: /currency/{id}/approve
Close the currency by given ID
Method: patch
Path: /currency/{id}/close
Deletes the currency identified by given ID
Method: delete
Path: /currency/{id}
Get all valid currency.
Method: get
Path: /currency
Reject the currency by given ID
Method: patch
Path: /currency/{id}/reject
Reopen the currency by given ID
Method: patch
Path: /currency/{id}/reopen
Retrieves the currency by ID
Method: get
Path: /currency/{id}
Retrives the currency by given ID
Method: get
Path: /currency/{id}/history
Retrives the currency by given ID
Method: get
Path: /currency/{id}/unauthorized
Update an existing currency
Method: put
Path: /currency/{id}