Skip to main content
POST
Submit appointment feedback

Path Parameters

appointmentId
string
required

Appointment unique identifier

Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json

Feedback answers from the customer

answers
object[]
required

Array of feedback questions and answers for the appointment

Minimum array length: 1

Response

201 - application/json

The feedback has been successfully submitted

id
string
required

Unique identifier of the feedback question answer

Example:

"123e4567-e89b-12d3-a456-426614174000"

appointmentId
string
required

ID of the appointment this feedback relates to

Example:

"123e4567-e89b-12d3-a456-426614174001"

questionId
string | null
required

ID of the feedback question (set to null if question is deleted)

Example:

"123e4567-e89b-12d3-a456-426614174002"

question
string
required

The feedback question text presented to the customer

Example:

"How would you rate the quality of service provided?"

answer
string | null
required

Customer's answer to the feedback question

Example:

"The service was excellent, very professional and timely."

createdAt
string<date-time>
required

Date and time when this feedback was recorded

Example:

"2023-06-15T14:30:00Z"

updatedAt
string<date-time> | null
required

Date and time when this feedback was last updated

Example:

"2023-06-15T15:45:00Z"

Last modified on July 26, 2026