Skip to main content
PUT
/
api
/
Interviews
/
{interviewId}
/
feedback
/
candidate
Set Interview Client Consultant Feedback.
curl --request PUT \
  --url https://api.example.com/api/Interviews/{interviewId}/feedback/candidate \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>",
  "followUpDate": "2023-11-07T05:31:56Z",
  "followUpUserId": 123
}
'

Path Parameters

interviewId
integer<int32>
required

Body

application/json
value
string | null
followUpDate
string<date-time> | null
followUpUserId
integer<int32>

Response

200

OK