Inserts a row or column into a table according to the position of a given cell.
POST /documents/<documentID>/reports/<reportID>/elements/<elementID>?strip=<strip>&position=<position>
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
POST /documents/16654/reports/1/elements/6?strip=row&position=above
{"success": { "message":"The resource of type "Report element" with identifier "6" has been successfully updated.", "id":6 } }