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": "e3716caf-43c2-449f-bbcc-d353e8b17789",
"FunUUID": "3d668c56-4e62-46dd-838e-aeb7d8ae625c",
"SegmentID": 1,
"CountryID": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"FunCategoryID": 1,
"TimePreStart": "2025-11-17T10:15:35.2057418+02:00",
"TimeStart": "2025-11-17T10:15:35.2213972+02:00",
"TimeLastCall": "2025-11-17T10:15:35.2213972+02:00",
"TimeEnd": "2025-11-17T10:15:35.2213972+02:00",
"NotiffUUIDPreStart": "079a25ea-7c78-4a18-a326-b700fa7e0093",
"NotiffUUIDStart": "27bdac98-bd9b-43a1-abb6-3d5075dda75a",
"NotiffUUIDLastCall": "fefb67cd-f2ba-43e5-977b-550d1c3e2c56",
"FunTimingActive": true,
"UserUUIDCur": "44910d6d-81e3-431d-82cb-9cef9509db43"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}