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": "7c5614f1-9b85-445a-99f4-45fdfec24eec",
"FunUUID": "7db90669-9584-4ed1-a71d-3f3399c5ff17",
"SegmentID": 1,
"CountryID": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"FunCategoryID": 1,
"TimePreStart": "2026-08-05T03:57:52.3987226+03:00",
"TimeStart": "2026-08-05T03:57:52.3987226+03:00",
"TimeLastCall": "2026-08-05T03:57:52.3987226+03:00",
"TimeEnd": "2026-08-05T03:57:52.3987226+03:00",
"NotiffUUIDPreStart": "63f4c404-86fc-4d79-847a-42b789561985",
"NotiffUUIDStart": "ac6a7b4f-4698-4929-ba50-498723bffe90",
"NotiffUUIDLastCall": "dffd354e-7c25-4a6e-b8e4-b56c7878f288",
"FunTimingActive": true,
"UserUUIDCur": "683ca1b4-5a1e-42fb-b4f9-829bbf27c0a9"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}