Skip to main content
PUT
Update feedback

Authorizations

Authorization
string
header
required

Opaque Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

memberId
string
required

The unique identifier of the member who created the feedback

Body

The request body for updating the feedback

Request model for updating customer feedback

receiptId
string
required

The receipt unique identifier associated with the feedback

Maximum string length: 50
rating
integer<int32>
required

Customer rating score (1-10)

Required range: 1 <= x <= 10
state
enum<string>
required
Available options:
None,
Open,
Closed
options
string[] | null

Optional feedback options selected by the customer

message
string | null

Optional feedback message from the customer

Maximum string length: 500

Response

OK

Response model returned after successfully updating customer feedback.

id
integer<int64>

The unique identifier of the updated feedback.

thankYouMessage
string | null

The thank you message to display to the customer.

Last modified on August 10, 2026