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:exit_moh [2016/09/06 05:11] liuxl |
en:custom_development_guide:apis:webservice:exit_moh [2019/01/03 09:37] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>resume(agentuniqueid,calleruniqueid,orgidentity,usertype,user,pwdtype,password)</code> | + | <code>resume(orgidentity,usertype,user,pwdtype,password)</code> |
| *Description: | *Description: | ||
| Line 10: | Line 10: | ||
| ^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
| - | |agentuniqueid|String|call uniqueid of the agent| | ||
| - | |calleruniqueid|String|call uniqueid of the caller| | ||
| |orgidentity|String|The identity string of the team| | |orgidentity|String|The identity string of the team| | ||
| |usertype|String|agent / account| | |usertype|String|agent / account| | ||
| Line 19: | Line 17: | ||
| *Return Format: | *Return Format: | ||
| - | <code>|Return|code|Return|message|Return|status</code> | + | <code>|Retuen|code|Retuen|message</code> |
| *Type of the Return Value: String | *Type of the Return Value: String | ||
| Line 25: | Line 23: | ||
| ^Value ^Description ^ | ^Value ^Description ^ | ||
| - | |<code>|Return|1|Return|message</code>|<code>Succeeded||Messages</code>| | + | |<code>|Retuen|1|Retuen|message</code>|<code>Succeeded||Messages</code>| |
| - | |<code>|Return|2|Return|message</code>|<code>Failed||Messages</code>| | + | |<code>|Retuen|2|Retuen|message</code>|<code>Failed||Messages</code>| |