Merges cells of a table into one cell or splits the previously merged cells.
PUT /documents/<documentID>/reports/<reportID>/elements/<elementID>?operation=<operation>&targetCellIds=<targetCellIDs>
Merge rules:
Split rules:
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT /documents/16654/reports/1/elements/12?operation=merge&targetCellIds=4,6
<success> <message>The resource of type "Report element" with identifier "12" has been successfully updated.</message> <id>12</id> </success>
PUT /documents/16654/reports/1/elements/12?operation=split&targetCellIds=8,10,9
{"success": {"message":"The resource of type "Report element" with identifier "12" has been successfully updated.", "id":12} }