POST api/ImgByteUpload
Request Information
URI Parameters
None.
Body Parameters
ImgEntityName | Description | Type | Additional information |
---|---|---|---|
FileName | string |
None. |
|
ImgStr | string |
None. |
|
BsinessType | integer |
None. |
|
WaterPrintContent | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "FileName": "sample string 1", "ImgStr": "sample string 2", "BsinessType": 3, "WaterPrintContent": "sample string 4" }
application/xml, text/xml
Sample:
<ImgEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Uploading.Controllers"> <BsinessType>3</BsinessType> <FileName>sample string 1</FileName> <ImgStr>sample string 2</ImgStr> <WaterPrintContent>sample string 4</WaterPrintContent> </ImgEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |