POST api/AdminPlay/AdmGetFunTimingByUuid
AdmGetFunTiming By UUID
Request Information
URI Parameters
None.
Body Parameters
AdmFunTiming_request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunTimingUUID | globally unique identifier |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| SegmentID | integer |
None. |
|
| Search | string |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| CountryID | integer |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| LanguageID | integer |
None. |
|
| FunTimingActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunTimingUUID": "54338d19-61fd-43ed-9808-c9e72df69a07",
"FunUUID": "69442e0d-5cc8-488a-a5ec-45185b889ff7",
"SegmentID": 1,
"Search": "sample string 1",
"DateFrom": "2026-08-05T04:03:08.1153854+03:00",
"DateTo": "2026-08-05T04:03:08.1153854+03:00",
"CountryID": 1,
"NotiffUUID": "af5b81e7-8418-4d75-8297-a554a0b73567",
"LanguageID": 1,
"FunTimingActive": true,
"UserUUIDCur": "f0c90daf-bb3f-4c48-9512-d9d27b5d15be"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}