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": "b81d0dcd-a706-4859-bea0-0b57e6be35d4"
}
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": "0d4a70ab-45cd-47ff-b656-586b116569e5",
"UserUUIDCur": "2a5bf99a-821e-4fb2-ac3d-e067c8ef64ee"
},
{
"VideoUUID": "0d4a70ab-45cd-47ff-b656-586b116569e5",
"UserUUIDCur": "2a5bf99a-821e-4fb2-ac3d-e067c8ef64ee"
}
]