POST Api/S3/FolderCreation
Request Information
URI Parameters
None.
Body Parameters
Folder| Name | Description | Type | Additional information |
|---|---|---|---|
| FolderName | string |
None. |
|
| ItemName | string |
None. |
|
| ItemType | string |
None. |
|
| ActionPerformed | string |
None. |
|
| PrivateIP | string |
None. |
|
| PublicIP | string |
None. |
|
| PerformedBy | string |
None. |
|
| Location | string |
None. |
|
| Role | string |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| path | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FolderName": "sample string 1",
"ItemName": "sample string 2",
"ItemType": "sample string 3",
"ActionPerformed": "sample string 4",
"PrivateIP": "sample string 5",
"PublicIP": "sample string 6",
"PerformedBy": "sample string 7",
"Location": "sample string 8",
"Role": "sample string 9",
"PageNumber": 10,
"PageSize": 11,
"path": "sample string 12"
}
application/xml, text/xml
Sample:
<S3Controller.Folder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Controllers"> <path xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 12</path> <ActionPerformed xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 4</ActionPerformed> <ItemName xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 2</ItemName> <ItemType xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 3</ItemType> <Location xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 8</Location> <PageNumber xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">10</PageNumber> <PageSize xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">11</PageSize> <PerformedBy xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 7</PerformedBy> <PrivateIP xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 5</PrivateIP> <PublicIP xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 6</PublicIP> <Role xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Models">sample string 9</Role> <FolderName>sample string 1</FolderName> </S3Controller.Folder>
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. |