坐席暂停

设置坐席在队列中的忙/闲状态

Agent Pause

GET https://api.zycoo.net/coocenter-api/queues/agent-pause

设置队列中坐席状态

Headers

Request Body

{
  "status": "success",
  "message": "Interface paused successfully"
}
curl -X POST "http://localhost:9990/coocenter-api/queues/agent-pause" -H "accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "queue=630&member=808&state=on"
curl -X POST "http://localhost:9990/coocenter-api/queues/agent-pause" -H "accept: application/json" -H "Content-Type: application/x-www-form-urlencoded" -d "queue=630&member=808&state=off"

Last updated