POST api/Blob/Save
Request Information
URI Parameters
None.
Body Parameters
BlobStorageModelName | Description | Type | Additional information |
---|---|---|---|
FileName | string |
None. |
|
ImgEncode | string |
None. |
|
Path | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FileName": "sample string 1", "ImgEncode": "sample string 2", "Path": "sample string 3" }
application/xml, text/xml
Sample:
<BlobStorageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CificoAPI.Models"> <FileName>sample string 1</FileName> <ImgEncode>sample string 2</ImgEncode> <Path>sample string 3</Path> </BlobStorageModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TaskOfStringName | Description | Type | Additional information |
---|---|---|---|
Result | string |
None. |
|
Id | integer |
None. |
|
Exception | AggregateException |
None. |
|
Status | TaskStatus |
None. |
|
IsCanceled | boolean |
None. |
|
IsCompleted | boolean |
None. |
|
CreationOptions | TaskCreationOptions |
None. |
|
AsyncState | Object |
None. |
|
IsFaulted | boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.