Performs a drill on a report.
This throws an error if the resource is not created or if the parameters are not valid.
POST <webiURL>/documents/{documentId}/reports/{reportId}/driller/instructions
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST <webiURL>/documents/9512/reports/67/driller/instructions
Request body:
<instruction type="Down"> <elementId>11</elementId> <from> <drillElement> <id>DP0.DO2</id> <filterValue>French Riviera</filterValue> </drillElement> </from> <to> <drillElement> <id>DP0.DO4</id> <hierarchyId>DP0.DH1</hierarchyId> </drillElement> </to> </instruction>
Response:
<success> <message>The resource of type 'DrillerInstruction' has been successfully created.</message> <id>1</id> </success>