Saves a Web Intelligence document to a folder of the user machine.
When you save a document, it is copied to the destination folder and an identifier is assigned automatically.
POST <webiURL>/documents/{documentId}
Where:
Request body:
<document> <name> <folderId>
Where:
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents/1234
Request body:
<document> <name>CopiedDocument</name> <folderId>2906</folderId> </document>
Response:
<success> <message>The resource of type 'Document' has been successfully created.</message> <id>5678</id> </success>