POST Client/Request/DirectCall/Calling
Method to record the call happens in Direct Call Process
Request Information
URI Parameters
None.
Body Parameters
ParaRequestExceptionCall| Name | Description | Type | Additional information |
|---|---|---|---|
| CallId | string |
None. |
|
| CallSuccessful | boolean |
None. |
|
| CallTypeCodeId | integer |
None. |
|
| PMOrBackup | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CallId": "sample string 1",
"CallSuccessful": true,
"CallTypeCodeId": 3,
"PMOrBackup": true
}
application/xml, text/xml
Sample:
<ParaRequestExceptionCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEYILib.APIModels"> <CallId>sample string 1</CallId> <CallSuccessful>true</CallSuccessful> <CallTypeCodeId>3</CallTypeCodeId> <PMOrBackup>true</PMOrBackup> </ParaRequestExceptionCall>
Response Information
Resource Description
HttpResponseMessage| Name | 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. |