TYBA






protocol.DeleteArtistsResponse

DeleteArtistsResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
aridnounboundeddatabase idlist of artist ids

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <deleteArtist>
              <arid>1</arid>
              <arid>2</arid>
          </deleteArtist>
      </fn>
  </siresp>

 

back to index