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": "ebff892d-356d-4841-81d3-9e10354a0e49",
  "FunCategoryID": 1,
  "NewsActive": true,
  "LanguageID": 1,
  "Search": "sample string 1",
  "UserUUIDCur": "248decad-6db3-4449-a63e-e2e67d5b8e2a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}