SOAP API - moveDocument

The table summarizes the SOAP API - moveDocument.

Request Uses the MoveDocumentRequest element (from the DocumentService schema)
Parameter notes
Response Returns a MoveDocumentResponse element (from the DocumentService schema).
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:doc="http://document.api.bds.tibco.com">
   <soapenv:Header/>
   <soapenv:Body>
      <doc:MoveDocumentRequest>
         <sourceOwner>
            <caseReference>BDS-1-com.example.ordermodel.Order-1-0</caseReference>
         </sourceOwner>
         <targetOwner>
            <caseReference>BDS-1-com.example.ordermodel.Order-3-0</caseReference>
         </targetOwner>
         <documentReference>DocumentID-bce953fd-98a2-49f9-8074-9b4c13182145;1.0</documentReference>
      </doc:MoveDocumentRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <MoveDocumentResponse xmlns="http://document.api.bds.tibco.com">
         <reference xmlns="">DocumentID-bce953fd-98a2-49f9-8074-9b4c13182145;1.0</reference>
      </MoveDocumentResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>