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": "bba50d2d-7cfd-4a04-a2b4-982dd5fdc3d8"
}
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": "365985df-01a2-495d-8a8a-533e56d68a9b",
"UserUUIDCur": "49293d57-aae4-4387-92bc-efcdbb556856"
},
{
"VideoUUID": "365985df-01a2-495d-8a8a-533e56d68a9b",
"UserUUIDCur": "49293d57-aae4-4387-92bc-efcdbb556856"
}
]