POST Provider/Task/StartCallProcess

If the provider is the interviewer, it can start the call process by calling this function. Since every call requires a confirmation from the listener before the call can be made, it needs to inform the server that it is ready to make call. It needs to call Task/NextAction to get the CallEngine account info in order to make the call.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.