POST api/voice/hangup
Request Information
URI Parameters
None.
Body Parameters
HangUpRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ToPhoneNumber | string |
None. |
|
| MeetPhoneNumber | string |
None. |
|
| SessionId | string |
None. |
|
| ConnectionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ToPhoneNumber": "sample string 1",
"MeetPhoneNumber": "sample string 2",
"SessionId": "sample string 3",
"ConnectionId": "sample string 4"
}
application/xml, text/xml
Sample:
<HangUpRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Controllers"> <ConnectionId>sample string 4</ConnectionId> <MeetPhoneNumber>sample string 2</MeetPhoneNumber> <SessionId>sample string 3</SessionId> <ToPhoneNumber>sample string 1</ToPhoneNumber> </HangUpRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.