TYBA






protocol.streaming.playlist.AddToStreamingPlaylistResponse

AddToStreamingPlaylistResponse

This response acts as an acknowledgement to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
itemsno1lista list of track,genre,album,playlist, composer and/or artist id's
tokyes1api tokenclient token for privileged access. request from ideaworks

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <addToStreamingPlaylist>
              <id>45435434354343</id>
              <items>
                  <trid>12121212121</trid>
                  <trid>12121212121</trid>
              </items>
          </addToStreamingPlaylist>
      </fn>
  </sireq>

 

back to index