Get currencies (that have been defined on your Erply account).
Parameter name | Description | Possible value | Required |
---|---|---|---|
changedSince | Retrieve only items that have been added or modified since the specified timestamp. Use it to keep a local database in sync with Erply. | Integer (Unix timestamp) | |
lang | Retrieve item names in a specific language. If omitted, API will return item names in the default language of your Erply account. Possible values:
|
string |
Field name | Type | Description |
---|---|---|
currencyID | integer | |
code | string | |
name | string | Example "US dollar" |
rate | number | Currency rate in relation to default currency |
default | integer | 1 if yes, 0 if no. Only one currency can be default |
nameShort | string | Example "dollars". |
nameFraction | string | Example "cents" |
prefix | string | The text to be prepended to an amount of money. |
suffix | string | The text to be appended to an amount of money. |
added | integer | Creation timestamp. |
lastModified | integer | Last modification timestamp. |