TYBA






protocol.streaming.playlist.DeleteStreamingPlaylistResponse

DeleteStreamingPlaylistResponse

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
idno1database idplaylist id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deleteStreamingPlaylist>
              <id>1234</id>
          </deleteStreamingPlaylist>
      </fn>
  </sireq>

 

back to index