POST api/product/preview/add/video/{product_id}?token={token}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
product_id | integer |
Required |
|
token | string |
Required |
Body Parameters
PreviewName | Description | Type | Additional information |
---|---|---|---|
URL | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "URL": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Sample not available.
application/xml, text/xml
Sample:
<Preview> <url>sample string 1</url> </Preview>
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.