TYBA






protocol.deezer.AddDeezerArtistToLibraryRequest

AddDeezerArtistToLibraryRequest

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

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidsno1listlist of user ids
uidnounboundeduser iddeezer user id
aridno1database idartist id

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addDeezerArtistToLibrary>
              <uids>
                  <uid>1</uid>
                  <uid>2</uid>
              </uids>
              <arid>4354354354</arid>
          </addDeezerArtistToLibrary>
      </fn>
  </siresp>

 

back to index