Currencies Object
The Currencies object obtains foreign currency codes and rates. It consists of a ForeignCurrency record that contains the fields below.
id
integer (optional)
(Always returned in the response.)
The currency ID.
Example:
"id": 2
accountingUnit
integer (optional)
The accounting unit.
Example:
"accountingUnit": 2
code
string (optional)
The currency code.
Example:
"code": "ca$"
rate
number (optional)
The currency rate,
Example:
"rate": 0.87123
description
string (optional)
The description of the currency.
Example:
"description": "Canadian $"
format
string (optional)
The currency format.
Example:
"foramt": ""
The preceding list order reflects the sequence in which the data returns.
Example response for:
https://example-library.edu:443/iii/sierra-api/v6/currencies
[ { "id": "0", "code": "euro", "rate": "1.05", "desc": "euro", "format": "" }, { "id": "0", "code": "dollar", "rate": "1.35", "desc": "us dollar", "format": "" } ]