protocol.deezer.AddDeezerArtistToNewPlaylistResponse
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 |
nm | no | 1 | text | name of the new playlist to create |
ro | no | 1 | boolean | is this a read only playlist |
Example xml:
<siresp> <cid>Mum</cid> <fn> <addDeezerArtistToNewPlaylist> <uids> <uid>1</uid> <uid>2</uid> </uids> <arid>4354354354</arid> <nm>Dells chill out tunes</nm> <ro>1</ro> </addDeezerArtistToNewPlaylist> </fn> </siresp>