POST api/UploadFabQcImage/{cultureName}/{category}/{collection}?offerid={offerid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| offerid | string |
Required |
|
| cultureName | string |
None. |
|
| category | string |
None. |
|
| collection | string |
None. |
Body Parameters
HttpPostedFile| Name | Description | Type | Additional information |
|---|---|---|---|
| FileName | string |
None. |
|
| ContentType | string |
None. |
|
| ContentLength | integer |
None. |
|
| InputStream | Stream |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.