TYBA






protocol.deezer.AddDeezerArtistToNewPlaylistRequest

AddDeezerArtistToNewPlaylistRequest

This request allows you to add a deezer artist (by id) to a new muse playlist. This will add the artists tracks.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidsno1listlist of user ids
uidnounboundeduser iddeezer user id
aridno1deezer idartist id
nmno1textname of the new playlist to create
rono1booleanis 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>

 

back to index