POST api/Sync/CompleteDownload
Request Information
URI Parameters
None.
Body Parameters
Downloads| Name | Description | Type | Additional information |
|---|---|---|---|
| DownloadID | globally unique identifier |
None. |
|
| UploadID | globally unique identifier |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ProfileID | globally unique identifier |
None. |
|
| UserIPAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DownloadID": "926b4bb4-5ea6-48b1-a3a9-41b53fbfa4b2",
"UploadID": "98adfdbb-acb1-40a8-a3f6-c390c817b64c",
"ClientID": "c7efa452-efc2-4a4e-a293-37707d942bb8",
"ProfileID": "864a3d3a-e2b4-4033-8548-57e076261663",
"UserIPAddress": "sample string 5"
}
application/xml, text/xml
Sample:
<Downloads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/expodine_CloudStorage_WebAPI.Models.Sync"> <ClientID>c7efa452-efc2-4a4e-a293-37707d942bb8</ClientID> <DownloadID>926b4bb4-5ea6-48b1-a3a9-41b53fbfa4b2</DownloadID> <ProfileID>864a3d3a-e2b4-4033-8548-57e076261663</ProfileID> <UploadID>98adfdbb-acb1-40a8-a3f6-c390c817b64c</UploadID> <UserIPAddress>sample string 5</UserIPAddress> </Downloads>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.