---
title: "Create guest review"
method: POST
path: "/api/v3.3/reviews"
tags: ["Reviews"]
---

# Create guest review

`POST /api/v3.3/reviews`

Creates a new guest review for a property

## Request body

- ReviewAddingApi3Dto
  - `propertyUid` string, required
  - `leadUid` string
  - `author` string, required
  - `title` string, required
  - `content` string, required
  - `rating` integer
  - `date` string, date, required
  - `source` string
  - `privateFeedback` string
  - `reviewResponse` ReviewResponseAddingApi3Dto
    - `content` string
    - `author` string
  - `ratingCategories` ReviewRatingCategoryApi3Dto[]
    - `category` 'ACCURACY' | 'CLEANLINESS' | 'CHECKIN' | 'COMMUNICATION' | 'LOCATION' | 'VALUE'
    - `rate` integer
    - `comment` string

## Response `200`

OK

---

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