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": "09fe1a6d-4078-44c4-87b4-2e8724512c55" }
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": "9384ba66-844e-4c92-b0e9-c106c2aa6958", "UserUUIDCur": "2e4cf68a-3f9f-4e16-b83e-c3dc75c2e858" }, { "VideoUUID": "9384ba66-844e-4c92-b0e9-c106c2aa6958", "UserUUIDCur": "2e4cf68a-3f9f-4e16-b83e-c3dc75c2e858" } ]