GET api/Azure
Request Information
URI Parameters
None.
Body Parameters
AzureUploadCL| Name | Description | Type | Additional information |
|---|---|---|---|
| accountname | string |
None. |
|
| accesskey | string |
None. |
|
| isuploadazure | boolean |
None. |
|
| sharepath | string |
None. |
|
| sharepathview | string |
None. |
|
| containername | string |
None. |
|
| filepath | string |
None. |
|
| filetarget | string |
None. |
|
| filedata | Collection of byte |
None. |
|
| oldfilename | string |
None. |
|
| newfilename | string |
None. |
|
| downloadpath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountname": "sample string 1",
"accesskey": "sample string 2",
"isuploadazure": true,
"sharepath": "sample string 4",
"sharepathview": "sample string 5",
"containername": "sample string 6",
"filepath": "sample string 7",
"filetarget": "sample string 8",
"filedata": "QEA=",
"oldfilename": "sample string 9",
"newfilename": "sample string 10",
"downloadpath": "sample string 11"
}
application/xml, text/xml
Sample:
<AzureUploadCL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WH.CustomLayer.CommonClasses"> <accesskey>sample string 2</accesskey> <accountname>sample string 1</accountname> <containername>sample string 6</containername> <downloadpath>sample string 11</downloadpath> <filedata>QEA=</filedata> <filepath>sample string 7</filepath> <filetarget>sample string 8</filetarget> <isuploadazure>true</isuploadazure> <newfilename>sample string 10</newfilename> <oldfilename>sample string 9</oldfilename> <sharepath>sample string 4</sharepath> <sharepathview>sample string 5</sharepathview> </AzureUploadCL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |