POST api/Sync/InitiateDownload
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": "a42e52e7-8978-4ee5-8b8e-9d18efc2db72",
"UploadID": "b495ff89-c8e2-45ee-a6bf-f31d5f4a3df6",
"ClientID": "85451891-8278-4c22-a9a2-4c15b698b329",
"ProfileID": "badc10bf-3609-48cd-a3a9-cfe1ebcdf6cb",
"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>85451891-8278-4c22-a9a2-4c15b698b329</ClientID> <DownloadID>a42e52e7-8978-4ee5-8b8e-9d18efc2db72</DownloadID> <ProfileID>badc10bf-3609-48cd-a3a9-cfe1ebcdf6cb</ProfileID> <UploadID>b495ff89-c8e2-45ee-a6bf-f31d5f4a3df6</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.