Currency REST Endpoints
Currency
The Currency service enables you to create, view, update, and delete currencies. Currencies track the costs of your projects using a specified monetary system. Currencies can be defined at the workspace or project level.
- Assign or Promote a Currency
- Method: postPath:
/primeapi/restapi/currency/replicateObjectInWorkspaces/currency/{currencyId}/workspace/{workspaceId} - Create a Currency
- Method: postPath:
/primeapi/restapi/currency - Delete a Currency
- Method: deletePath:
/primeapi/restapi/currency/{id} - Update a Currency
- Method: putPath:
/primeapi/restapi/currency - View a Currency
- Method: getPath:
/primeapi/restapi/currency/{id} - View a Currency by Code
- Method: getPath:
/primeapi/restapi/currency/code/{code} - View a Currency by Name
- Method: getPath:
/primeapi/restapi/currency/name/{name} - View a Currency Seed
- Method: getPath:
/primeapi/restapi/currency/currencySeed - View Currencies by Workspace
- Method: getPath:
/primeapi/restapi/currency/workspace/{id}