TYBA






protocol.DeleteAlbumsResponse

DeleteAlbumsResponse

This response acts as an acknowledgment to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
alidnounboundeddatabase idlist of album ids

Example xml:


  <siresp>
      <cid>Mum</cid>
      <fn>
          <deleteAlbums>
              <alid>1</alid>
              <alid>2</alid>
          </deleteAlbums>
      </fn>
  </siresp>

 

back to index