TYBA






protocol.streaming.playlist.CreateStreamingPlaylistRequest

CreateStreamingPlaylistRequest

This request allows you to create a new streaming playlist.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
nmno1textname of the new playlist to create

Example xml:


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

 

back to index