protocol.streaming.playlist.ConvertPlaylistResponse
This response acts as an acknowledgement to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | database id | playlist id |
type | no | 1 | playlist type | the playlist type to convert to |
Example xml:
<sireq> <cid>Mum</cid> <fn> <convertPlaylist> <id>1234</id> <type>2</type> </convertPlaylist> </fn> </sireq>