POST api/AdminPlay/AdmGetNewsVideo

AdmGetNewsVideo

Request Information

URI Parameters

None.

Body Parameters

GetNewsVideo_request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

LanguageID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "20789b51-c369-47a4-9447-f0c068c635ce",
  "UserUUIDCur": "b9c9c9b6-0d4b-4f79-bf14-ce456e493eb3",
  "LanguageID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]