---
title: "OPTIONS /api/distributor/v1/exchangeRates/getAll"
method: OPTIONS
path: "/api/distributor/v1/exchangeRates/getAll"
tags: ["DistributorApi"]
---

# OPTIONS /api/distributor/v1/exchangeRates/getAll

`OPTIONS /api/distributor/v1/exchangeRates/getAll`

## Request body

- ExchangeRateParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `HotelId` string, uuid, required
  - `SourceCurrencyCode` string, currency, required

## Response `200`

OK

- ExchangeRateResult
  - `EnterpriseExchangeRates` ExchangeRate[], required
    - `SourceCurrency` string, currency, required
    - `TargetCurrency` string, currency, required
    - `Value` number, double, nullable
  - `PlatformExchangeRates` ExchangeRate[], required
    - `SourceCurrency` string, currency, required
    - `TargetCurrency` string, currency, required
    - `Value` number, double, nullable

---

[API](https://skmtc.dev/mews/apis/distributorapi.md) · [All operations](https://skmtc.dev/mews/apis/distributorapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mews/distributorapi/revisions/90516153f0ff/schema)
