---
title: "Create a review"
method: POST
path: "/reviews/{reservation_code}"
tags: ["Reviews"]
---

# Create a review

`POST /reviews/{reservation_code}`

Create review or reply for a reservation.

## Path parameters

- `reservation_code` string, required

## Request body

- object
  - `host_review_score` number — The rating score of the host review. The value is between 0 and 5.
  - `host_review_content` string — The comment of the host.
  - `host_reply_content` string — The reply of the host.
  - `category_ratings` object — Optional per-category sub-ratings submitted together with the host review. Only effective for channels that support category ratings (currently Airbnb and Zhenguo). When provided without `host_review_score`, the `overall_rating` value is used as the review score. Supported keys: `overall_rating`, `cleanliness`, `communication`, `respect_of_house_rules`, `recommend`. Each rating value is between 0 and 5 (`recommend` is a boolean 0/1).
    - `overall_rating` number — Overall rating of the guest. The value is between 0 and 5.
    - `cleanliness` number — Cleanliness rating. The value is between 0 and 5.
    - `communication` number — Communication rating. The value is between 0 and 5.
    - `respect_of_house_rules` number — Respect of house rules rating. The value is between 0 and 5.
    - `recommend` number — Whether the host recommends the guest. 1 for yes, 0 for no (Airbnb only).

## Response `200`

The request has been successfully submitted.

- CommonResponse
  - `request_id` string, required — Unique identifier for the request.
  - `error_code` integer, required — Numeric error code representing the status of the response. A value of `200` indicates success. <br> See the [Error Codes](/reference/error-manual#error-codes) section for more information.
  - `error_msg` string, required — Message detailing the status of the response.

---

[API](https://skmtc.net/hostex/apis/hostex-api.md) · [All operations](https://skmtc.net/hostex/apis/hostex-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostex/hostex-api/versions/a3fa555dee66/schema)
