Update feedback
Updates an existing customer feedback entry for a specific receipt and member.
This endpoint allows modifying the rating, options, message, and state of previously submitted feedback. The feedback is identified by the combination of memberId and receiptId from the original submission.
Authorizations
Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query Parameters
The unique identifier of the member who created the feedback
Body
The request body for updating the feedback
Request model for updating customer feedback
The receipt unique identifier associated with the feedback
50Customer rating score (1-10)
1 <= x <= 10None, Open, Closed Optional feedback options selected by the customer
Optional feedback message from the customer
500