TYBA






protocol.streaming.playlist.UpdateStreamingPlaylistResponse

UpdateStreamingPlaylistResponse

This response acts as an acknowledgement to its corresponding request, as well as returning the database id that was assigned to the new playlist.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
plnmno1textnew name of the playlist

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <updateStreamingPlaylist>
              <id>1234</id>
              <plnm>Dells chill out tunes</plnm>
          </updateStreamingPlaylist>
      </fn>
  </sireq>

 

back to index