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": "d81558ea-3f72-4187-862e-06d57ddb68b6",
"FunCategoryID": 1,
"NewsActive": true,
"LanguageID": 1,
"Search": "sample string 1",
"UserUUIDCur": "04ccba49-2278-4967-ba7e-af700033dedd"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}