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

# POST /api/distributor/v1/languages/getAll

`POST /api/distributor/v1/languages/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

- LanguageResult
  - `Languages` Language[], required
    - `Code` string, required
    - `Name` string, required
    - `DefaultCulture` Culture, required
      - `CurrencyDecimalSeparator` string, required
      - `CurrencyGroupSeparator` string, 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)
