POST api/AppProduct/AppGetProductVideo

AppGetProductVideo

Request Information

URI Parameters

None.

Body Parameters

_AppGetProductVIP
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "7f29ef7f-efd6-47c2-9567-7d410ef27bd2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ProductVideo_Response
NameDescriptionTypeAdditional information
VideoUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "VideoUUID": "34e2cc93-0b52-44ec-bb88-93badde99cf8",
    "UserUUIDCur": "20b261c5-bb85-4d0b-9dff-d3e999bbb557"
  },
  {
    "VideoUUID": "34e2cc93-0b52-44ec-bb88-93badde99cf8",
    "UserUUIDCur": "20b261c5-bb85-4d0b-9dff-d3e999bbb557"
  }
]