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