POST api/product/preview/options/{type}/{preview_id}?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | string |
Required |
|
| preview_id | integer |
Required |
|
| token | string |
Required |
Body Parameters
PreviewOptions| Name | Description | Type | Additional information |
|---|---|---|---|
| Enabled | boolean |
None. |
|
| Index | integer |
None. |
|
| Delete | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Enabled": true,
"Index": 1,
"Delete": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<PreviewOptions> <enabled>true</enabled> <index>1</index> <delete>true</delete> </PreviewOptions>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.