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": "1813ae74-16d4-42ed-942e-8d0e30aae439",
"ClientID": "f117fbb8-e336-4d6c-82c2-67c682adecbb",
"ProfileID": "6cafdae6-b858-478c-9397-c104ea9331cc",
"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>f117fbb8-e336-4d6c-82c2-67c682adecbb</ClientID> <FolderPath>sample string 4</FolderPath> <ProfileID>6cafdae6-b858-478c-9397-c104ea9331cc</ProfileID> <UploadID>1813ae74-16d4-42ed-942e-8d0e30aae439</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.