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": "3b5338c7-f93d-4dd4-bf30-76bb70e0b35e",
"FunCategoryID": 1,
"NewsActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"UserUUIDCur": "7ee9c597-f93d-4fa1-ad06-27b25fb6b768"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}