Moves an existing data provider in a Web Intelligence document from a position to another.
PUT /documents/<documentID>/dataproviders?fromId=<FromDataProviderID>&toId=<ToDataProviderID>
Where:
Response type: application/xml or application/json
The response is a message stating the success or failure of the request.
PUT /documents/8022/dataproviders?fromId=DP0&toId=DP2
<success> <message>Resources of type "Data provider" with identifier "DP0" has been successfully moved.</message> <id>DP2</id> </success>