POST api/File/ImgProductUpload?typeimg={typeimg}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
typeimg | string |
Required |
Body Parameters
HttpPostedFileBaseName | Description | Type | Additional information |
---|---|---|---|
ContentLength | integer |
None. |
|
ContentType | string |
None. |
|
FileName | string |
None. |
|
InputStream | Stream |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, 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. |