This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:custom_development_guide:apis:http:pause_unpause [2016/09/06 05:58] liuxl created |
en:custom_development_guide:apis:http:pause_unpause [2018/12/29 09:20] (current) donnie |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| *Reques String: | *Reques String: | ||
| - | <code>EVENT=QUEUEPAUSE&type=type&usertype=usertype&user=user&orgidentity=orgidentity&pause_reason=pause_reason&pwdtype=pwdtype&password=password</code> | + | <code>EVENT=QUEUEPAUSE&type=type&usertype=usertype&user=user&orgidentity=orgidentity&pause_reason=pause_reason&pwdtype=pwdtype&password=password&dnd=dnd</code> |
| *Description: | *Description: | ||
| Line 10: | Line 10: | ||
| ^Params ^Type ^Description ^ | ^Params ^Type ^Description ^ | ||
| - | |EVENT | + | |EVENT|String|QUEUEPAUSE| |
| - | |String | + | |type|String|1(Pause)/2(Unpause)| |
| - | |QUEUEPAUSE | + | |usertype|String|agent / account| |
| - | |type | + | |user|String|Agent No. or Username| |
| - | |String | + | |orgidentity|String|The identity string of the team| |
| - | |1(Pause)/2(Unpause) | + | |pause_reason|String|Put a pause reason when it’s for pause. Use the following string, if you need statistics training / meeting / leave / lunch / rest / other| |
| - | |usertype | + | |pwdtype|String|Password Type: plaintext/MD5| |
| - | |String | + | |password|String|password| |
| - | |agent / account | + | |dnd|String|Fill in (any value),When this item is not empty, the extension synchronizes to suspend or cancel the suspension state| |
| - | |user | + | |
| - | |String | + | |
| - | |Agent No. or Username | + | |
| - | |orgidentity | + | |
| - | |String | + | |
| - | |The identity string of the team | + | |
| - | |pwdtype | + | |
| - | |String | + | |
| - | |Password Type: plaintext/MD5 | + | |
| - | |password | + | |
| - | |String | + | |
| - | |password | + | |
| - | |pause_reason | + | |
| - | |String | + | |
| - | |Put a pause reason when it’s for pause | + | |
| - | |Use the following string, if you need statistics | + | |
| - | |training / meeting / leave / lunch / rest / other | + | |
| *Return Format: | *Return Format: | ||