---
title: "Rating a booking from chatbot"
method: POST
path: "/api/sendChatbotBookingRate"
tags: ["booking", "chatbot"]
---

# Rating a booking from chatbot

`POST /api/sendChatbotBookingRate`

## Headers

- `authorization` string, required
- `content-language` string, required

## Request body

- Model59
  - `title` string
  - `bookingID` string, required
  - `rating` string, required
  - `comment` string, required
  - `workspaceName` string
  - `businessName` string
  - `customerName` string

## Response `default`

Successful

---

[API](https://skmtc.net/pickerexpress/apis/picker-production-documentation.md) · [All operations](https://skmtc.net/pickerexpress/apis/picker-production-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickerexpress/picker-production-documentation/versions/ecdb0aa8c487/schema)
