API
|
ServicesPortal/api
|
URI
|
http://portal_url/ServicesPortal/api where portal_url is the URL of the team portal.
|
HTTP Method
|
POST
|
Request Content-Type
|
application/xml
|
Request body example
|
<obj>
<att id="name">
<val>moveResources</val>
</att>
<att id="param">
<obj class="ActionResourcesParam">
<att id="urls">
<list>
<obj class="SrcDstParam">
<att id="src">
<val>source_file_path_&_name</val>
</att>
<att id="dest">
<val>target_file_path_&_name</val>
</att>
</obj>
</list>
</att>
<att id="passphrase"/>
<att id="userPassword"/>
<att id="startFrom"/>
</obj>
</att>
</obj>
|
Expected Response status
|
200 OK
|