Returns a collection of Currency models
Summary:
This end point is used to return the Currencies defined in the application
Url Parameters:
| Param |
Description |
Optional |
Possible Errors
Url Example:
/rest/v10/Currencies
Output Example:
{
"next_offset": -1,
"records": [
{
"id": "-99",
"name": "US Dollars",
"symbol": "$",
"iso4217": "USD",
"conversion_rate": 1,
"status": "Active",
"_acl": {
"fields": {}
},
"_module": "Currencies"
},
{
"id": "a3cba348-756c-935c-66ad-55d772c7960f",
"name": "Euro",
"symbol": "€",
"iso4217": "EUR",
"conversion_rate": 0.9,
"status": "Active",
"date_modified": "2015-08-21T11:47:51-07:00",
"created_by": "1",
"_acl": {
"fields": {}
},
"_module": "Currencies"
}
]
}