POST api/AdminProduct/AdmGetProductVideo
AdmGetProductVideo
Request Information
URI Parameters
None.
Body Parameters
GetProductVideos_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"LanguageID": 1,
"UserUUIDCur": "c00f2385-a0ed-4f1e-b459-7d77b84cddf2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]