POST api/product/preview/add/videos/{product_id}?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
product_id | integer |
Required |
|
token | string |
Required |
Body Parameters
PreviewVideoListName | Description | Type | Additional information |
---|---|---|---|
urls | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{ "urls": [ "sample string 1", "sample string 2" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<request> <url>sample string 1</url> <url>sample string 2</url> </request>
Response Information
Resource Description
IResultViewModelOldOfUrlContentModelName | Description | Type | Additional information |
---|---|---|---|
retval | integer |
None. |
|
retdesc | string |
None. |
|
errors | Collection of ErrorModel |
None. |
|
content | UrlContentModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.