TYBA






protocol.AddToPlayerAlbumComposerResponse

AddToPlayerAlbumComposerResponse

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
appno1booleanappend to or replace queue. on/off
cpidno1database idcomposer id
alidno1database idalbum id

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <addToPlayerAlbumComposer>
              <id>1</id>
              <app>on</app>
              <cpid>45435434354343</cpid>
              <alid>232322323</alid>
          </addToPlayerAlbumComposer>
      </fn>
  </siresp>

 

back to index