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:transfer [2017/12/12 03:05] 127.0.0.1 external edit |
en:custom_development_guide:apis:webservice:transfer [2019/01/03 09:33] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Function: | *Function: | ||
| - | <code>transfer(sessionid, nwaycalluniqueid, calleruniqueid, agentuniqueid, pwdtype, password, usertype, user, orgidentity)</code> | + | <code>transfer(pwdtype, password, usertype, user, orgidentity)</code> |
| *Description: | *Description: | ||
| Line 10: | Line 10: | ||
| ^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
| - | |sessionid|String|sessionid of the current call| | ||
| - | |nwaycalluniqueid|String|uniqueid of the consult party| | ||
| - | |calleruniqueid|String|uniqueid of the caller| | ||
| - | |agentuniqueid|String|uniqueid of the agent| | ||
| |pwdtype|String|Use plaintext or md5 password for agent or account| | |pwdtype|String|Use plaintext or md5 password for agent or account| | ||
| |password|String|password| | |password|String|password| | ||
| Line 21: | Line 17: | ||
| *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 27: | 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>| |