POST api/Sync/InitiateUpload
Request Information
URI Parameters
None.
Body Parameters
Uploads| Name | Description | Type | Additional information |
|---|---|---|---|
| UploadID | globally unique identifier |
None. |
|
| ClientID | globally unique identifier |
None. |
|
| ProfileID | globally unique identifier |
None. |
|
| FolderPath | string |
None. |
|
| UserIPAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UploadID": "3f4f55be-4f57-4f84-bfe2-1c20dbdad210",
"ClientID": "2c57a0b0-be6e-4796-a827-d05459af7bbc",
"ProfileID": "0ade9fa9-d223-487e-9da0-fa4f2b9fdefe",
"FolderPath": "sample string 4",
"UserIPAddress": "sample string 5"
}
application/xml, text/xml
Sample:
<Uploads xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/expodine_CloudStorage_WebAPI.Models.Sync"> <ClientID>2c57a0b0-be6e-4796-a827-d05459af7bbc</ClientID> <FolderPath>sample string 4</FolderPath> <ProfileID>0ade9fa9-d223-487e-9da0-fa4f2b9fdefe</ProfileID> <UploadID>3f4f55be-4f57-4f84-bfe2-1c20dbdad210</UploadID> <UserIPAddress>sample string 5</UserIPAddress> </Uploads>
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.