POST api/Hangup

Hangup a Call Center call

URL: http://login.sendservice.eu/MultiChannelapi/api/Hangup

Parameters

Parameters
Description
Object/Right format
Required
userIt represents required object for the authorization  

"User": {

"username": "your username",
"password": "your password"
}
yes
ExtensionExtension of the Call Center CallStringyes

Example Application/json or Text/json

Application/Json or Text/Json

{
  "User": {
    "username": "useradmin",
    "password": "passadmin"
  },
  "Extension": "0000000111"
}