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: post
Path: /primeapi/restapi/currency/replicateObjectInWorkspaces/currency/{currencyId}/workspace/{workspaceId}
Create a Currency
Method: post
Path: /primeapi/restapi/currency
Delete a Currency
Method: delete
Path: /primeapi/restapi/currency/{id}
Update a Currency
Method: put
Path: /primeapi/restapi/currency
View a Currency
Method: get
Path: /primeapi/restapi/currency/{id}
View a Currency by Code
Method: get
Path: /primeapi/restapi/currency/code/{code}
View a Currency by Name
Method: get
Path: /primeapi/restapi/currency/name/{name}
View a Currency Seed
Method: get
Path: /primeapi/restapi/currency/currencySeed
View Currencies by Workspace
Method: get
Path: /primeapi/restapi/currency/workspace/{id}