POST api/AdminPlay/GetPlay
AdmGetNews
Request Information
URI Parameters
None.
Body Parameters
GetNews_RequestName | Description | Type | Additional 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": "dcc1a746-5f46-467d-b44a-5152d1a71f77", "FunCategoryID": 1, "NewsActive": true, "LanguageID": 1, "Search": "sample string 1", "UserUUIDCur": "51815542-e8c5-4b2c-9857-24ccb58e952b" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]