Creates a report in the given Web Intelligence document.
POST <webiURL>/documents/{documentId}/reports
Request body (optional):
<report> <name>
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents/12782/reports
Response:
<success> <message>The resource of type 'Report' with identifier '2' has been successfully created.</message> <id>2</id> </success>