POST api/AdminProduct/AdmGetProductVideo

AdmGetProductVideo

Request Information

URI Parameters

None.

Body Parameters

GetProductVideos_Request
NameDescriptionTypeAdditional information
ProductID

integer

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "LanguageID": 1,
  "UserUUIDCur": "586c8d98-97d7-43d6-afdd-a0c24cc3167e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]