Moves an existing data provider in a Web Intelligence document from a position to another.
PUT <webiURL>/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 <webiURL>/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>