POST api/AdminPlay/AdmSaveFunTiming
AdmSaveFunTiming
Request Information
URI Parameters
None.
Body Parameters
AdmSaveFunTiming_request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunTimingUUID | globally unique identifier |
None. |
|
| FunUUID | globally unique identifier |
None. |
|
| SegmentID | integer |
None. |
|
| CountryID | integer |
None. |
|
| NotiffActiveStart | boolean |
None. |
|
| NotiffActivePreStart | boolean |
None. |
|
| NotiffActiveLastCall | boolean |
None. |
|
| FunCategoryID | integer |
None. |
|
| TimePreStart | date |
None. |
|
| TimeStart | date |
None. |
|
| TimeLastCall | date |
None. |
|
| TimeEnd | date |
None. |
|
| NotiffUUIDPreStart | globally unique identifier |
None. |
|
| NotiffUUIDStart | globally unique identifier |
None. |
|
| NotiffUUIDLastCall | globally unique identifier |
None. |
|
| FunTimingActive | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunTimingUUID": "12e35b5e-dba4-4bd9-b7cd-8cb6e585a140",
"FunUUID": "1df0ec83-4e65-4dab-93f0-f8b257aa12e0",
"SegmentID": 1,
"CountryID": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"FunCategoryID": 1,
"TimePreStart": "2026-05-06T15:44:15.2933269+03:00",
"TimeStart": "2026-05-06T15:44:15.2933269+03:00",
"TimeLastCall": "2026-05-06T15:44:15.2933269+03:00",
"TimeEnd": "2026-05-06T15:44:15.2933269+03:00",
"NotiffUUIDPreStart": "c2a09c2d-bb29-401a-ad58-754e9ace56ed",
"NotiffUUIDStart": "e61dcf22-18fa-4b6a-af7f-cae2673e60ea",
"NotiffUUIDLastCall": "8d0aa620-19cb-4dbc-81a3-75bc30750938",
"FunTimingActive": true,
"UserUUIDCur": "395fb96a-a7ee-4847-b84d-75ef00f7e309"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}