---
title: "Hotel Room Rate Update (Per day rate)"
method: POST
path: "/pmses/{pmsCode}/hotels/{hotelCode}/rates"
tags: ["Hotel Rate Update"]
---

# Hotel Room Rate Update (Per day rate)

`POST /pmses/{pmsCode}/hotels/{hotelCode}/rates`

Endpoint to receive and process hotel room rate rates

## Path parameters

- `hotelCode` string, required
- `pmsCode` string, required

## Headers

- `X-SM-TRACE-TOKEN` string, required

## Request body

- HotelRateUpdate
  - `invTypeCode` string, required — Inventory type code
  - `ratePlanCode` string, required — Rate plan code
  - `currencyCode` string, required — Three-letter currency code
  - `rates` RateUpdate[], required — A list per day rate updates for the hotel
    - `date` string, date, required — Date for which the update applies
    - `rate` OccupancyRateAmount
      - `amountAfterTax` number, required — Rate amount after tax
      - `amountBeforeTax` number — Currently unsupported, rate amount before tax
      - `numberOfAdults` number, required — Number of included adults the rate is for
    - `extraAdultAmount` RateAmount
      - `amountAfterTax` number, required — Rate amount after tax
      - `amountBeforeTax` number — Currently unsupported, rate amount before tax
    - `extraChildAmount` RateAmount
      - `amountAfterTax` number, required — Rate amount after tax
      - `amountBeforeTax` number — Currently unsupported, rate amount before tax

## Response `200`

Rates Update received

- SuccessResponse
  - `result` string — Result

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Access denied
- `404` — The specified resource was not found
- `429` — Too Many Requests
- `500` — Unexpected error occurred
- `503` — Service Unavailable

---

[API](https://skmtc.dev/siteminder/apis/pmsx-core-api.md) · [All operations](https://skmtc.dev/siteminder/apis/pmsx-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siteminder/pmsx-core-api/revisions/4cf21cbc07ec/schema)
