Moves a given application from one drive to another drive.
| Parameter | Description | |
|---|---|---|
| packagefullname | base64-encoded string | The Package Full Name of the package. |
| destinationDrive | string | The drive to move the package to. |
None.
None.
If the call is successful, the service will return a JSON object with the following members.
| Member | Description | |
|---|---|---|
| installId | string | This value is a GUID which will identify the install for future calls to cancel or retrieve the status of the move. |
The service returns one of the status codes in this section in response to a request made with this method on this resource.
| Code | Description |
|---|---|
| 200 | The move was started successfully. |
| 4XX | Error codes. |
| 5XX | Error codes. |