---
title: "POST /api/distributor/v1/vouchers/validate"
method: POST
path: "/api/distributor/v1/vouchers/validate"
tags: ["DistributorApi"]
---

# POST /api/distributor/v1/vouchers/validate

`POST /api/distributor/v1/vouchers/validate`

## Request body

- VoucherParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `HotelId` string, uuid, required
  - `VoucherCode` string, required
  - `ServiceIds` string[], nullable

## Response `200`

OK

- VoucherValidity
  - `IsValid` 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)
