POST api/AppProduct/AppGetProductVideo
AppGetProductVideo
Request Information
URI Parameters
None.
Body Parameters
_AppGetProductVIPName | Description | Type | Additional information |
---|---|---|---|
ProductID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProductID": 1, "UserUUIDCur": "80d22f8e-4fbd-46b2-8808-f7df7fdea84e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductVideo_ResponseName | Description | Type | Additional information |
---|---|---|---|
VideoUUID | globally unique identifier |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "VideoUUID": "9d165531-7e23-4c2b-ac99-93e0aadaa802", "UserUUIDCur": "2386222d-6912-40d2-8efe-97a3eb93a69c" }, { "VideoUUID": "9d165531-7e23-4c2b-ac99-93e0aadaa802", "UserUUIDCur": "2386222d-6912-40d2-8efe-97a3eb93a69c" } ]