POST api/product/preview/options/{type}/{preview_id}?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
type

string

Required

preview_id

integer

Required

token

string

Required

Body Parameters

PreviewOptions
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.