---
title: "Sends quote feedback from customer"
method: POST
path: "/quote/feedback/{quoteId}/{quoteKey}"
tags: ["Quote"]
---

# Sends quote feedback from customer

`POST /quote/feedback/{quoteId}/{quoteKey}`

## Path parameters

- `quoteId` integer, required
- `quoteKey` string, required

## Request body

- QuoteFeedbackRQ — Model for quote feedback from customer
  - `email` string, nullable — Email address of recipient
  - `name` string, nullable — Name of recipient
  - `telephone` string, nullable — Name of recipient
  - `message` string, nullable — Message
  - `feedback` object, nullable — Feedback comments for each quote element (id, message)

## Response `200`

OK

---

[API](https://skmtc.dev/travelify/apis/travelify-io-api.md) · [All operations](https://skmtc.dev/travelify/apis/travelify-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/travelify/travelify-io-api/revisions/b09ce3f0c6d5/schema)
