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": "8bb4883d-4a5b-4c2c-b4e2-463e754ae5d8",
"UploadID": "e0b0c6ad-3f77-4479-bd0c-8dc4720f3d78",
"ClientID": "ab313e68-2d8c-417f-a194-fbe18e3a8fad",
"ProfileID": "fa221215-ed30-4c86-86a5-50571749b137",
"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>ab313e68-2d8c-417f-a194-fbe18e3a8fad</ClientID> <DownloadID>8bb4883d-4a5b-4c2c-b4e2-463e754ae5d8</DownloadID> <ProfileID>fa221215-ed30-4c86-86a5-50571749b137</ProfileID> <UploadID>e0b0c6ad-3f77-4479-bd0c-8dc4720f3d78</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.