TYBA






protocol.DeleteGenresResponse

DeleteGenresResponse

This response acts as an acknowledgment to its corresponding request.

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

Example xml:


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

 

back to index