POST Api/S3/CreateBucket
Request Information
URI Parameters
None.
Body Parameters
BucketListing| Name | Description | Type | Additional information |
|---|---|---|---|
| BucketName | string |
None. |
|
| Status | string |
None. |
|
| CreationDate | date |
None. |
|
| Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BucketName": "sample string 1",
"Status": "sample string 2",
"CreationDate": "2026-04-20T01:01:38.4649929+05:30",
"Size": 4
}
application/xml, text/xml
Sample:
<S3Controller.BucketListing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DevelAPI.Controllers"> <BucketName>sample string 1</BucketName> <CreationDate>2026-04-20T01:01:38.4649929+05:30</CreationDate> <Size>4</Size> <Status>sample string 2</Status> </S3Controller.BucketListing>
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. |