POST v1/QuickBooksOnlineExchangeRates

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
entity
Documentation for 'entity'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
Click to beautify!
{
  "asOfDate": "2024-05-03T05:25:39.3538899+00:00"
}

application/xml, text/xml

Sample:
Click to beautify!
<QuickBooksAsOfDate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Dto.Post">
  <AsOfDate>2024-05-03T05:25:39.3538899+00:00</AsOfDate>
</QuickBooksAsOfDate>

application/x-www-form-urlencoded

Sample:
Click to beautify!

Sample not available.

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-03T05:25:39.3538899+00:00",
      "effectiveTimestamp": "2024-05-03T05:25:39.3538899+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-03T05:25:39.3538899+00:00",
      "effectiveTimestamp": "2024-05-03T05:25:39.3538899+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-03T05:25:39.3538899+00:00",
      "effectiveTimestamp": "2024-05-03T05:25:39.3538899+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-03T05:25:39.3538899+00:00</CreatedTimestamp>
      <Currency>
        <Id>1</Id>
        <IsoName>sample string 2</IsoName>
        <Symbol>sample string 3</Symbol>
      </Currency>
      <EffectiveTimestamp>2024-05-03T05:25:39.3538899+00:00</EffectiveTimestamp>
      <ExchangeRate>1</ExchangeRate>
    </QuickBooksOnlineCurrencyExchange>
    <QuickBooksOnlineCurrencyExchange>
      <Id>4</Id>
      <Uri>sample string 5</Uri>
      <CreatedTimestamp>2024-05-03T05:25:39.3538899+00:00</CreatedTimestamp>
      <Currency>
        <Id>1</Id>
        <IsoName>sample string 2</IsoName>
        <Symbol>sample string 3</Symbol>
      </Currency>
      <EffectiveTimestamp>2024-05-03T05:25:39.3538899+00:00</EffectiveTimestamp>
      <ExchangeRate>1</ExchangeRate>
    </QuickBooksOnlineCurrencyExchange>
    <QuickBooksOnlineCurrencyExchange>
      <Id>4</Id>
      <Uri>sample string 5</Uri>
      <CreatedTimestamp>2024-05-03T05:25:39.3538899+00:00</CreatedTimestamp>
      <Currency>
        <Id>1</Id>
        <IsoName>sample string 2</IsoName>
        <Symbol>sample string 3</Symbol>
      </Currency>
      <EffectiveTimestamp>2024-05-03T05:25:39.3538899+00:00</EffectiveTimestamp>
      <ExchangeRate>1</ExchangeRate>
    </QuickBooksOnlineCurrencyExchange>
  </ExchangeRates>
</QuickBooksOnlineCurrencyExchangeRates>