通话挂断

挂断指定分机

Hangup Call

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

This endpoint allows you to get free cakes.

Headers

Request Body

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

Last updated