呼叫转接

将指定分机的通话转接到另外的分机

Transfer Call

POST https://api.zycoo.net/coocenter-api/extensions/transfer

This endpoint allows you to get free cakes.

Headers

NameTypeDescription

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

NameTypeDescription

dst

string

src

string

{
  "status": "success",
  "message": "tansfer extension success"
}
curl -X POST "https://192.168.12.185:8080/coocenter-api/extensions/transfer" -H "accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "dst=801&src=802"

Last updated