---
title: "POST /api/distributor/v1/currencies/getAll"
method: POST
path: "/api/distributor/v1/currencies/getAll"
tags: ["DistributorApi"]
---

# POST /api/distributor/v1/currencies/getAll

`POST /api/distributor/v1/currencies/getAll`

## Request body

- BookingEngineParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `ConfigurationId` string, uuid, required

## Response `200`

OK

- CurrencyResult
  - `Currencies` Currency[], required
    - `Code` string, currency, required
    - `Symbol` string, required
    - `ValueFormat` string, required
    - `DecimalPlaces` integer, required
    - `SymbolIsBehindValue` boolean, required

---

[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)
