protocol.deezer.AddDeezerArtistToPlaylistResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to artist origin of any particular message |
uids | no | 1 | list | list of user ids |
uid | no | unbounded | user id | deezer user id |
arid | no | 1 | deezer id | artist id |
plid | no | 1 | database id | playlist id |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addDeezerArtistToPlaylist> <uids> <uid>1</uid> <uid>2</uid> </uids> <arid>4354354354</arid> <plid>78979089790</plid> </addDeezerArtistToPlaylist> </fn> </siresp>