POST Provider/Task/AcceptCandidate/{InterviewId}
Provider accepted task to interview the candidate. After the call is made, the provider app needs to call Task/NextAction to determine the next step
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InterviewId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
It should return information needed for Next Action: Listen
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |