v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
feedback

addAccessoryFeedback feedback

provide feedback regarding accessories

post/feedback/accessory_feedback

Request body

customer_feedbackstring required

The free form feedback

offer_idstring required

The id of the offer which the feedback is related to

offer_line_idstring required

The offerline which the user is currently checking addons for

Example request

{
  "customer_feedback": "abc123",
  "offer_id": "abc123",
  "offer_line_id": "abc123"
}

Response

Created response.

customer_feedbackstring required

The free form feedback

idstring
offer_idstring required

The id of the offer which the feedback is related to

offer_line_idstring required

The offerline which the user is currently checking addons for

Example response

{
  "customer_feedback": "abc123",
  "id": "abc123",
  "offer_id": "abc123",
  "offer_line_id": "abc123"
}