Creates an empty Web Intelligence document.
POST <webiURL>/documents
Request body:
<document> <name> <folderId> </document>
Where:
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents
Request body:
<document> <name></name> </document>
Response:
<success> <message>The resource of type 'Document' with identifier '5022' has been successfully created.</message> <id>5022</id> </success>