Jump to: navigation, search
(Created Fix blank page For Version: HTCC:8.5.2DRAFT)
 
(Update with the copy of version: 8.5.2)
Line 1: Line 1:
<!-- Creation of the fix page -->
+
=SetInFocus=
 +
This request sets the <tt>SetInFocus</tt> parameter for a chat interaction.
 +
 
 +
This parameter is useful when an agent is handling more than one interaction and aids in the proper reporting of time spent on each interaction.
 +
 
 +
{|
 +
! Request URL
 +
| /api/v2/me/chats/{id}
 +
|-
 +
! HTTP Method
 +
| POST
 +
|-
 +
! Required Features
 +
| api-multimedia
 +
|}
 +
 
 +
==Parameters==
 +
{|
 +
! Parameter
 +
! Value
 +
|-
 +
| operationName
 +
| SetInFocus
 +
|-
 +
| InFocus
 +
| Boolean parameter '''true''' or '''false'''
 +
|}
 +
 
 +
==Sample==
 +
 
 +
'''Request'''
 +
<pre>
 +
POST api/v2/me/chats/0071023821aec011
 +
{
 +
  "operationName": "SetInFocus",
 +
  "InFocus": [true or false]
 +
}
 +
</pre>
 +
 
 +
'''Response'''
 +
<pre>
 +
{
 +
  "statusCode": 0
 +
}
 +
</pre>
 +
 
 +
[[Category:V:HTCC:8.5.2DRAFT]]

Revision as of 18:42, April 22, 2014

SetInFocus

This request sets the SetInFocus parameter for a chat interaction.

This parameter is useful when an agent is handling more than one interaction and aids in the proper reporting of time spent on each interaction.

Request URL /api/v2/me/chats/{id}
HTTP Method POST
Required Features api-multimedia

Parameters

Parameter Value
operationName SetInFocus
InFocus Boolean parameter true or false

Sample

Request

POST api/v2/me/chats/0071023821aec011
{
  "operationName": "SetInFocus",
  "InFocus": [true or false]
}

Response

{
  "statusCode": 0
}
Comments or questions about this documentation? Contact us for support!