POST api/NoPaperForm/Blob_Upload?ConStr={ConStr}&ContainerName={ContainerName}&filename={filename}
Documentation for 'Blob_Upload'.
Request Information
Parameters
Name | Description | Additional 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:
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>