---
title: "POST /api/distributor/v1/reservations/getPricing"
method: POST
path: "/api/distributor/v1/reservations/getPricing"
tags: ["DistributorApi"]
---

# POST /api/distributor/v1/reservations/getPricing

`POST /api/distributor/v1/reservations/getPricing`

## Request body

- ReservationPricingParameters
  - `Client` string, required
  - `LanguageCode` string, nullable
  - `CultureCode` string, nullable
  - `FullAmounts` boolean, required
  - `Session` string, nullable
  - `HotelId` string, uuid, required
  - `VoucherCode` string, nullable
  - `StartUtc` string, date-time, required
  - `EndUtc` string, date-time, required
  - `RoomCategoryId` string, uuid, required
  - `AvailabilityBlockId` string, uuid, nullable
  - `RateIds` string[], nullable
  - `ProductIds` string[], nullable
  - `Occupancies` Occupancy[], required
    - `AdultCount` integer, nullable
    - `ChildCount` integer, nullable
    - `OccupancyData` OccupancyData[], nullable
      - `AgeCategoryId` string, uuid, required
      - `PersonCount` integer, required

## Response `200`

OK

- ReservationPricing
  - `OccupancyPrices` ResourceOccupancyPricing[], required
    - `AdultCount` integer, nullable
    - `ChildCount` integer, nullable
    - `OccupancyData` OccupancyData[], nullable
      - `AgeCategoryId` string, uuid, required
      - `PersonCount` integer, required
    - `Pricing` ResourcePricing[], required
      - `RateId` string, uuid, required
      - `Price` ResourcePrice, required
        - `Total` unknown, required
        - `TotalAmount` unknown, required
        - `AveragePerNight` unknown
        - `AveragePerTimeUnit` unknown, required
        - `AverageAmountPerNight` unknown
        - `AverageAmountPerTimeUnit` unknown, required
      - `MaxPrice` ResourcePrice, required
        - `Total` unknown, required
        - `TotalAmount` unknown, required
        - `AveragePerNight` unknown
        - `AveragePerTimeUnit` unknown, required
        - `AverageAmountPerNight` unknown
        - `AverageAmountPerTimeUnit` unknown, 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)
