Currency REST Endpoints

Currency

Currencies allow you to specify the types of currencies you want to use for costs. A currency type is set for every database. The user is able to specify the currency, its symbol, decimal symbol, number of decimal places, the positive and negative currency format and the digit grouping symbol.

Create Currencies
Method: post
Path: /currency
Delete Currencies
Method: delete
Path: /currency
Read Currencies
Method: get
Path: /currency
Update Currencies
Method: put
Path: /currency
View Currency Field Length
Method: get
Path: /currency/getFieldLength/{fieldName}
View Currency fields
Method: get
Path: /currency/fields