---
title: "Rate a booking from chatbot"
method: PUT
path: "/api/rateChatbotBooking"
tags: ["booking"]
---

# Rate a booking from chatbot

`PUT /api/rateChatbotBooking`

## Headers

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

## Request body

- Model13
  - `bookingID` string, required
  - `rating` Rating, required
    - `driver` number, required
    - `business` number, required

## 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)
