---
title: "addAccessoryFeedback feedback"
method: POST
path: "/feedback/accessory_feedback"
tags: ["feedback"]
---

# addAccessoryFeedback feedback

`POST /feedback/accessory_feedback`

provide feedback regarding accessories

## Request body

- CustomerAccessoryFeedback
  - `customer_feedback` string, required — The free form feedback
  - `offer_id` string, required — The id of the offer which the feedback is related to
  - `offer_line_id` string, required — The offerline which the user is currently checking addons for

## Response `201`

Created response.

- CustomerAccessoryCreationResponse
  - `customer_feedback` string, required — The free form feedback
  - `id` string
  - `offer_id` string, required — The id of the offer which the feedback is related to
  - `offer_line_id` string, required — The offerline which the user is currently checking addons for

## Other responses

- `400` — BadRequest: Bad Request response.

---

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