We are trying to move a file uploaded to a ticket from the base documents folder into a folder that we just created. This is an example of one the xml requests we have tried:
// trans header ..
request+='<transaction id="1">';
request+='<meta>';
request+='<property>id</property>';
request+='</meta>';
request+='<fileItem action="update">';
request+='<id>248</id>';
request+='<folderId>' + folderId + '</folderId>';
request+='<enteredBy>' + userId + '</enteredBy>';
request+='<modifiedBy>' + userId + '</modifiedBy>';
request+='<subject>subject testing move</subject>'
request+='<linkItemId>' + ticketId + '</linkItemId>';
request+='<linkModuleId>6</linkModuleId>';
request+='</fileItem>';
request+='</transaction>';
we can query folders, create folders, upload files, query tickets ... but not this
could someone provide a working example of this. tomcat log