TYBA






protocol.AddToPlayerAlbumArtistResponse2

AddToPlayerAlbumArtistResponse2

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id. starts at 1
uidno1user iddeezer user id
appno1booleanappend to or replace queue. on/off
aridno1database idartist id
alidno1database idalbum id

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addToPlayerAlbumArtist2>
              <id>1</id>
              <uid>1</uid>
              <app>on</app>
              <arid>45435434354343</arid>
              <alid>232322323</alid>
          </addToPlayerAlbumArtist2>
      </fn>
  </siresp>

 

back to index