TYBA






protocol.streaming.playlist.CreateStreamingPlaylistResponse

CreateStreamingPlaylistResponse

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
nmno1textname of the new playlist to create
idno1database idplaylist id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <createStreamingPlaylist>
              <nm>Dells chill out tunes</nm>
              <id>1234</id>
          </createStreamingPlaylist>
      </fn>
  </sireq>

 

back to index