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:javascript:exit_acw [2016/09/07 02:52] liuxl |
en:custom_development_guide:apis:javascript:exit_acw [2018/12/27 02:30] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>acwOffCJI(sessionid, usertype, user, orgidentity, pwdtype, password, pushevent, callbackFuc)</code> | + | <code>acwOffCJI(usertype, user, orgidentity, pwdtype, password, pushevent, callbackFuc)</code> |
| *Description: | *Description: | ||
| Line 10: | Line 10: | ||
| ^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
| - | |sessionid|String|Session id of the current call (you can get this from asterCC events)| | ||
| |usertype|String|agent / account| | |usertype|String|agent / account| | ||
| |user|String|Agent No. or Username| | |user|String|Agent No. or Username| | ||
| Line 20: | Line 19: | ||
| *Return Format: | *Return Format: | ||
| - | <code>{code:code,message:message} | + | <code>{code:code,message:message}</code> |
| - | Type of the Return Value:JSON</code> | + | *Type of the Return Value:JSON |
| *Return Values: | *Return Values: | ||