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": "1c43f769-2d5d-4398-9eeb-31c06e97d3ce",
  "UserUUIDCur": "9bd54950-38b2-4b41-8caa-d9f0a7de7e3f",
  "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:
[
  {},
  {}
]