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": "6f4ba810-3a50-433f-bcd6-a699b1686d10"
}

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": "5769ee0d-8451-49b2-bbb2-0bf90717d425",
    "UserUUIDCur": "a5f877c0-88ff-44e2-b6e8-3b828e4d3f7c"
  },
  {
    "VideoUUID": "5769ee0d-8451-49b2-bbb2-0bf90717d425",
    "UserUUIDCur": "a5f877c0-88ff-44e2-b6e8-3b828e4d3f7c"
  }
]