Calling Tracker
Complete Interview
Mark an interview as completed for a calling proposal
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
proposal_id*Proposal Id
Query Parameters
completion_date?Completion Date
Format
date-timeResponse Body
application/json
application/json
curl -X POST "https://example.com/calling-kanban/proposals/0/interview/complete"{ "id": 0, "proposal_id": 0, "interviewer_id": 0, "interview_date": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}