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": "a5b7af55-b44b-4fbb-9ebb-98db579e4648",
"UploadID": "877ffd29-67a6-42e1-9c92-7d6e501c1fda",
"ClientID": "a7d14cc3-622a-450f-bc40-6c33c3b3e5dd",
"ProfileID": "665acacb-0e3e-4383-8220-4ae941501307",
"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>a7d14cc3-622a-450f-bc40-6c33c3b3e5dd</ClientID> <DownloadID>a5b7af55-b44b-4fbb-9ebb-98db579e4648</DownloadID> <ProfileID>665acacb-0e3e-4383-8220-4ae941501307</ProfileID> <UploadID>877ffd29-67a6-42e1-9c92-7d6e501c1fda</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.