GET v1/QuickBooksOnlineExchangeRates

Documentation for 'Get'.

Response Information

Response body formats

application/json, text/json

Sample:
Click to beautify!
{
  "exchangeRates": [
    {
      "exchangeRate": 1.0,
      "currency": {
        "id": 1,
        "isoName": "sample string 2",
        "symbol": "sample string 3"
      },
      "createdTimestamp": "2024-05-03T09:02:22.9380601+00:00",
      "effectiveTimestamp": "2024-05-03T09:02:22.9380601+00:00",
      "id": 4,
      "uri": "sample string 5"
    },
    {
      "exchangeRate": 1.0,
      "currency": {
        "id": 1,
        "isoName": "sample string 2",
        "symbol": "sample string 3"
      },
      "createdTimestamp": "2024-05-03T09:02:22.9380601+00:00",
      "effectiveTimestamp": "2024-05-03T09:02:22.9380601+00:00",
      "id": 4,
      "uri": "sample string 5"
    },
    {
      "exchangeRate": 1.0,
      "currency": {
        "id": 1,
        "isoName": "sample string 2",
        "symbol": "sample string 3"
      },
      "createdTimestamp": "2024-05-03T09:02:22.9380601+00:00",
      "effectiveTimestamp": "2024-05-03T09:02:22.9380601+00:00",
      "id": 4,
      "uri": "sample string 5"
    }
  ]
}

application/xml, text/xml

Sample:
Click to beautify!
<QuickBooksOnlineCurrencyExchangeRates xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Get">
  <ExchangeRates>
    <QuickBooksOnlineCurrencyExchange>
      <Id>4</Id>
      <Uri>sample string 5</Uri>
      <CreatedTimestamp>2024-05-03T09:02:22.9380601+00:00</CreatedTimestamp>
      <Currency>
        <Id>1</Id>
        <IsoName>sample string 2</IsoName>
        <Symbol>sample string 3</Symbol>
      </Currency>
      <EffectiveTimestamp>2024-05-03T09:02:22.9380601+00:00</EffectiveTimestamp>
      <ExchangeRate>1</ExchangeRate>
    </QuickBooksOnlineCurrencyExchange>
    <QuickBooksOnlineCurrencyExchange>
      <Id>4</Id>
      <Uri>sample string 5</Uri>
      <CreatedTimestamp>2024-05-03T09:02:22.9380601+00:00</CreatedTimestamp>
      <Currency>
        <Id>1</Id>
        <IsoName>sample string 2</IsoName>
        <Symbol>sample string 3</Symbol>
      </Currency>
      <EffectiveTimestamp>2024-05-03T09:02:22.9380601+00:00</EffectiveTimestamp>
      <ExchangeRate>1</ExchangeRate>
    </QuickBooksOnlineCurrencyExchange>
    <QuickBooksOnlineCurrencyExchange>
      <Id>4</Id>
      <Uri>sample string 5</Uri>
      <CreatedTimestamp>2024-05-03T09:02:22.9380601+00:00</CreatedTimestamp>
      <Currency>
        <Id>1</Id>
        <IsoName>sample string 2</IsoName>
        <Symbol>sample string 3</Symbol>
      </Currency>
      <EffectiveTimestamp>2024-05-03T09:02:22.9380601+00:00</EffectiveTimestamp>
      <ExchangeRate>1</ExchangeRate>
    </QuickBooksOnlineCurrencyExchange>
  </ExchangeRates>
</QuickBooksOnlineCurrencyExchangeRates>