protocol.deezer.SetDeezerUserAccountResponse
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 | integer | user id |
ret | no | 1 | boolean | boolean result |
Example xml:
<siresp> <cid>Mum</cid> <fn> <setDeezerAccount> <uid>45435434354343</uid> <ret>1</ret> </setDeezerAccount> </fn> </siresp>