Skip to main content
PUT
/
api
/
Interviews
/
{interviewId}
/
Slot
Sets type and candidate for slot interview.
curl --request PUT \
  --url https://api.example.com/api/Interviews/{interviewId}/Slot

Path Parameters

interviewId
integer<int32>
required

Query Parameters

typeId
integer<int32>
candidateId
integer<int32>

Response

200

OK