POST api/AdminPlay/GetPlayByUuid
AdmGetNews by Uuid
Request Information
URI Parameters
None.
Body Parameters
GetNews_Request| Name | 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": "663fd86a-5747-4738-a2c2-d4ef2ca599e3",
"FunCategoryID": 1,
"NewsActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"UserUUIDCur": "743306d6-f8fe-45dc-b718-8206e99fcbb0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}