POST api/AppProduct/AppGetProductVideo
AppGetProductVideo
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIP| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "8626efc1-be18-4ed9-867a-0dc315a0b023"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductVideo_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| VideoUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VideoUUID": "0ebc3f43-a75d-4325-8239-3798d62cc615",
"UserUUIDCur": "787127db-4724-47af-95fb-822fd973b1d2"
},
{
"VideoUUID": "0ebc3f43-a75d-4325-8239-3798d62cc615",
"UserUUIDCur": "787127db-4724-47af-95fb-822fd973b1d2"
}
]