Currencies REST Endpoints
Power Data/Currencies
The operations from the Power Data/Currencies category.
- Create a Currency
- Method: postPath:
/currencies - Delete a Currency
- Method: deletePath:
/currencies/{currencyGid} - Get a Currency
- Method: getPath:
/currencies/{currencyGid} - Get Currencies
- Method: getPath:
/currencies - Update a Currency
- Method: patchPath:
/currencies/{currencyGid}