POST v1/QuickBooksOnlineExchangeRates
Request Information
URI Parameters
None.
Body Parameters
Common.Dto.Post.QuickBooksAsOfDate| Name | Description | Type | Additional information |
|---|---|---|---|
| asOfDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"asOfDate": "2025-11-03T19:47:12.7922885+00:00"
}
Response Information
Resource Description
Common.Dto.Get.QuickBooksOnlineCurrencyExchangeRates| Name | 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-11-03T19:47:12.7922885+00:00",
"effectiveTimestamp": "2025-11-03T19:47:12.7922885+00:00",
"id": 4,
"uri": "sample string 5"
},
{
"exchangeRate": 1.0,
"currency": {
"id": 1,
"isoName": "sample string 2",
"symbol": "sample string 3"
},
"createdTimestamp": "2025-11-03T19:47:12.7922885+00:00",
"effectiveTimestamp": "2025-11-03T19:47:12.7922885+00:00",
"id": 4,
"uri": "sample string 5"
}
]
}