TYBA






protocol.DeleteGenresRequest

DeleteGenresRequest

This request allows you to delete tracks based upon the supplied genre id/s.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
gridnounboundeddatabase idlist of genre ids

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deleteGenres>
              <grid>1</grid>
              <grid>2</grid>
          </deleteGenres>
      </fn>
  </sireq>

 

back to index