TYBA






protocol.RenamePlaylistRequest

RenamePlaylistRequest

This request allows you rename an existing playlist.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idno1database idplaylist id
plnmno1textnew playlist name
tokyes1api tokenclient token for privileged access. request from ideaworks

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <renamePlaylist>
              <id>45435434354343</id>
              <plnm>Greatest Hits new</plnm>
              <tok>fggew32gfg24gf45f3g54</tok>
          </renamePlaylist>
      </fn>
  </sireq>

 

back to index