TYBA






protocol.CreatePlayerPlaylistResponse

CreatePlayerPlaylistResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
nmno1textname of the new playlist to create
idno1integerplayer id
rono1booleanis this a read only playlist
uidno1textuser id to bind playlist to. An empty value denotes a shared playlist
ixsyes1indicesstart (i0) and end (i1) index inclusive
plidno1database idplaylist id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <createPlayerPlaylist>
              <nm>Dells chill out tunes</nm>
              <id>1</id>
              <ro>1</ro>
              <uid></uid>
              <ixs>
                  <i0>0</i0>
                  <i1>9</i1>
              </ixs>
              <plid>5654646446456</plid>
          </createPlayerPlaylist>
      </fn>
  </sireq>

 

back to index