This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:custom_development_guide:apis:webservice:agent_group_checkin_checkout [2016/09/07 07:37] liuxl |
en:custom_development_guide:apis:webservice:agent_group_checkin_checkout [2019/01/03 05:36] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>queueAction(type,usertype,user,orgidentity,list, pwdtype,password)</code> | + | <code>queueAction(type,usertype,user,orgidentity,list,pwdtype,password,deviceexten, pushevent)</code> |
| *Description: | *Description: | ||
| Line 25: | Line 25: | ||
| *Return Format: | *Return Format: | ||
| - | <code>|Return|code|Return|message</code> | + | <code>|Retuen|code|Retuen|message</code> |
| *Type of the Return Value: String | *Type of the Return Value: String | ||
| Line 31: | Line 31: | ||
| ^ Value ^Description ^ | ^ Value ^Description ^ | ||
| - | |<code>|Return|1|Return|message</code>|<code>Succeeded||Messages</code>| | + | |<code>|Retuen|1|Retuen|message</code>|<code>|Retuen|Successful seating group|Retuen|Messages:group id: results of enforcement|Retuen|1|Retuen|1:success,2:NotChecked</code>| |
| - | |<code>|Return|2|Return|message</code>|<code>Failed||Messages</code>| | + | |<code>|Retuen|2|Retuen|message</code>|<code>|Retuen|Failed|Retuen|Messages</code>| |
| + | |<code>|Retuen|3|Retuen|message</code>|<code>|Retuen|Failed|Retuen|Messages:group id: results of enforcement|Retuen|3|Retuen|1:NotChecked,2:NotFoundGroup</code>| | ||
| - | 执行结果释义 | + | Messages: |
| - | * **success** 签入或签出成功 | + | * **success** checkin/check out success |
| - | * **CheckedIn** 签入操作,坐席已经签入该组。 | + | * **CheckedIn** Already checked in |
| - | * **NotInGroup** 签入操作,坐席不存在于该组。 | + | * **NotInGroup** Agent doesn't belong to the group |
| - | * **NotFoundGroup** 签入或签出操作,坐席组不存在。 | + | * **NotFoundGroup** Agent group doesn't exist |
| - | * **NotChecked** 签出操作,坐席组未签入,无需执行签出操作。 | + | * **NotChecked** Agent is not checked in |