protocol.deezer.AddDeezerTracksToNewPlaylistResponse
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
uids | no | 1 | list | list of user ids |
uid | no | unbounded | user id | deezer user id |
trids | no | 1 | list | list of track ids |
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> <addDeezerTracksToNewPlaylist> <uids> <uid>1</uid> <uid>2</uid> </uids> <trids> <trid>4354354354</trid> <trid>565475765657</trid> </trids> <nm>Dells chill out tunes</nm> <ro>1</ro> </addDeezerTracksToNewPlaylist> </fn> </siresp>