GET v1/QuickBooksOnlineExchangeRates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Common.Dto.Get.QuickBooksOnlineCurrencyExchangeRatesName | Description | Type | Additional information |
---|---|---|---|
exchangeRates | Collection of Common.Dto.Get.QuickBooksOnlineCurrencyExchange |
None. |
Response Formats
application/json, text/json
Sample:
{ "exchangeRates": [ { "exchangeRate": 1.0, "currency": { "id": 1, "isoName": "sample string 2", "symbol": "sample string 3" }, "createdTimestamp": "2025-05-21T08:49:10.1734585+00:00", "effectiveTimestamp": "2025-05-21T08:49:10.1734585+00:00", "id": 4, "uri": "sample string 5" }, { "exchangeRate": 1.0, "currency": { "id": 1, "isoName": "sample string 2", "symbol": "sample string 3" }, "createdTimestamp": "2025-05-21T08:49:10.1734585+00:00", "effectiveTimestamp": "2025-05-21T08:49:10.1734585+00:00", "id": 4, "uri": "sample string 5" } ] }