protocol.streaming.UserAccountLogoutResponse
This response acts as an acknowledgment to its corresponding request as well as containing the boolean result.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uid | no | 1 | text | user id |
ret | no | 1 | boolean | boolean result |
Example xml:
<siresp> <cid>Mum</cid> <fn> <userAccountLogout> <uid>1</uid> <ret>1</ret> </userAccountLogout> </fn> </siresp>