TYBA






protocol.CreatePlaylistResponse3

CreatePlaylistResponse3

This response acts as an acknowledgment 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
nmno1textname of the new playlist to create
itemsyes1lista list of track,genre,album,playlist and/or artist id's
idno1database idplaylist id
rono1booleanis this a read only playlist
uidno1textuser id to bind playlist to. An empty value denotes a shared playlist

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <createPlaylist3>
              <nm>Dells chill out tunes</nm>
              <items>
                  <arid>45435434354343</arid>
                  <trid>12121212121</trid>
                  <trid>12121212121</trid>
                  <alid>232322323</alid>
              </items>
              <id>CBFGDSFDGD1212</id>
              <ro>1</ro>
              <uid>1</uid>
          </createPlaylist3>
      </fn>
  </siresp>

 

back to index