POST Client/Request/TwilioCalling
Method to record the call happens in Exception Process
Request Information
URI Parameters
None.
Body Parameters
ParaRequestTwilioConnectionName | Description | Type | Additional information |
---|---|---|---|
CallId | string |
None. |
|
CallSuccessful | boolean |
None. |
|
CallTypeCodeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "CallId": "sample string 1", "CallSuccessful": true, "CallTypeCodeId": 3 }
application/xml, text/xml
Sample:
<ParaRequestTwilioConnection 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> </ParaRequestTwilioConnection>
Response Information
Resource Description
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. |