POST v1/QuickBooksOnlineExchangeRates

Request Information

URI Parameters

None.

Body Parameters

Common.Dto.Post.QuickBooksAsOfDate
NameDescriptionTypeAdditional information
asOfDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "asOfDate": "2025-05-21T08:42:53.4650881+00:00"
}

Response Information

Resource Description

Common.Dto.Get.QuickBooksOnlineCurrencyExchangeRates
NameDescriptionTypeAdditional 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:42:53.4650881+00:00",
      "effectiveTimestamp": "2025-05-21T08:42:53.4650881+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:42:53.4650881+00:00",
      "effectiveTimestamp": "2025-05-21T08:42:53.4650881+00:00",
      "id": 4,
      "uri": "sample string 5"
    }
  ]
}