protocol.streaming.playlist.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.
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 |
id | no | 1 | database id | playlist id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <createStreamingPlaylist> <nm>Dells chill out tunes</nm> <id>1234</id> </createStreamingPlaylist> </fn> </sireq>