POST api/CreateBucket

Request Information

URI Parameters

None.

Body Parameters

S3CreateBucketName
NameDescriptionTypeAdditional information
Accesstoken

string

None.

BucketName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Accesstoken": "sample string 1",
  "BucketName": "sample string 2"
}

application/octet-stream

Sample:
{"Accesstoken":"sample string 1","BucketName":"sample string 2"}

application/xml, text/xml

Sample:
<S3CreateBucketName xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Accesstoken>sample string 1</Accesstoken>
  <BucketName>sample string 2</BucketName>
</S3CreateBucketName>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'S3CreateBucketName'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.