Modifies a ranking in a report element of type table (HTable, VTable, XTable, and Form) or Section.
PUT <webiURL>/documents/{documentId}/reports/{reportId}/elements/{elementId}/ranking
Where:
Request body: the details of the ranking to update.
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT <webiURL>/documents/17281/reports/1/elements/20/ranking
Request body:
<ranking calculation="Count" top="2" bottom="4"> <basedOn>=[Number of guests]</basedOn> <rankedBy>=[Year]</rankedBy> </ranking>
Response:
<success> <message>The resource of type 'Ranking' has been successfully updated.</message> </success>