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": "51829797-6781-4cf2-b44d-3df052c793ba"
}
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": "550c9c67-e6ff-4f43-8b5a-97cfe055766c",
"UserUUIDCur": "b55f8347-88c3-4393-8729-36489c16a328"
},
{
"VideoUUID": "550c9c67-e6ff-4f43-8b5a-97cfe055766c",
"UserUUIDCur": "b55f8347-88c3-4393-8729-36489c16a328"
}
]