Reassign the specified chat to an operator or department
Scope:
operator
id
required
The id of the chat to be reassigned
department_id
required
The department id the chat will be assigned to
operator_id
optional
The operator id the chat will be assigned to
message
The response message
status
The system response status. Will be ok or error
curl
example request
      
        1
curl -X POST -d '{"department_id":1234}'
      
      
        2
-H "Content-Type: application/json"
      
      
        3
-H "Authorization: Bearer {{Oauth Token}}"
      
      
        4
https://developer.livehelpnow.net/api/chat/{{102317790}}/reassign
      
    
  example response
      
        
          1
 {
        
        
          2
   "message"
: "Chat transferred successfully",
        
        
          3
   "status"
: "ok"
        
        
          4
 }