protocol.streaming.playlist.CreateStreamingPlaylistRequest
This request allows you to create a new streaming playlist.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
nm | no | 1 | text | name of the new playlist to create |
Example xml:
<sireq> <cid>Mum</cid> <fn> <createStreamingPlaylist> <nm>Dells chill out tunes</nm> </createStreamingPlaylist> </fn> </sireq>