Jump to: navigation, search

MergeWithOtherCall

This operation is part of the Voice API section of the Web Services API.

Overview

Merges the call in the URL with the one specified in the otherCallUri parameter.

Request URL /api/v2/me/calls/{id}
HTTP Method POST
Required Features api-voice

Parameters

Parameter Value
operationName MergeWithOtherCall
otherCallUri The URI of the call to merge with.

Example:

http://localhost:8080/api/v2/me/calls/{id}

Sample

Request

POST /api/v2/me/calls/
{

}

Response

{
  "statusCode": 0
}

Notification

This page was last edited on March 25, 2016, at 18:22.
Comments or questions about this documentation? Contact us for support!