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": "4db24671-fb75-4125-9aa2-9053c4415761",
  "FunCategoryID": 1,
  "NewsActive": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "f5d1483c-14e3-424a-a2ad-0d24acfce717"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}