POST api/BlobStorage/Blob_Upload?ConStr={ConStr}&ContainerName={ContainerName}&filename={filename}

Documentation for 'Blob_Upload'.

Request Information

Parameters

NameDescriptionAdditional information
ConStr
Documentation for 'ConStr'.

Define this parameter in the request URI.

ContainerName
Documentation for 'ContainerName'.

Define this parameter in the request URI.

filename
Documentation for 'filename'.

Define this parameter in the request URI.

data
Documentation for 'data'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"QEBA"

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEBA</base64Binary>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'Byte[]'.

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>