• Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
  • Elevate Developers
  • Getting Started
  • API Reference
  • How-to
  • What's new
    API References
      Elevate Authentication & Users API
      Elevate Admin API
      Elevate Bill Run API
      Elevate Contract Management
      Elevate Customer and Sites API
      Elevate Document API
      Elevate Events API
      Elevate Product Inventory API
      Elevate Invoices API
      Elevate Mediation API
      Elevate Notifications API
      Elevate Payment and Refund API
      Elevate Pricing API
      Elevate Pricing Assignment API
      Elevate Products API
      Elevate Provisioning API
      Elevate Reference Data API
        reference-data-sources
        charge-groups
        reference-data-source-charge-groups
        call-classes
        dialstrings
        tax-bands
        currencies
        currency-rates
          get
          Get a list of currency rates
          head
          Count currency rates
          post
          Create a new currency rate that does not overlap with any existing rates
          patch
          Update a currency rate
          get
          Get a specific currency rate
          delete
          Delete a currency rate
        reference-data-summaries
      Elevate Rental API

Get a specific currency rate

get/currency-rates/{currencyRateId}
SecuritybearerAuth
Request
path Parameters
currencyRateId
required
integer <int64> (IdParam) >= 1

Currency rate identifier

Example: 1
Responses
200

Currency rate found

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Response samples
  • 200
application/json
{
  • "id": 1,
  • "sourceCurrencyId": 1,
  • "targetCurrencyId": 1,
  • "exchangeRate": 446.2497,
  • "startDate": "2019-08-24",
  • "endDate": "2019-08-24"
}