POST api/AdminPlay/GetPlayByUuid

AdmGetNews by Uuid

Request Information

URI Parameters

None.

Body Parameters

GetNews_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

FunCategoryID

integer

None.

NewsActive

boolean

None.

LanguageID

integer

None.

Search

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "d62d7f98-2ea9-4564-a674-fc1d3d6974d6",
  "FunCategoryID": 1,
  "NewsActive": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "9f65b987-6478-468a-a5d0-3d0d2d89c5bc"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}