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": "972d38eb-d7cc-4bb8-8674-80491573a28b",
"FunUUID": "8ecc5743-5ec7-4d9c-bd20-7adcf7515887",
"SegmentID": 1,
"CountryID": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"FunCategoryID": 1,
"TimePreStart": "2026-09-19T13:09:53.5401677+03:00",
"TimeStart": "2026-09-19T13:09:53.5401677+03:00",
"TimeLastCall": "2026-09-19T13:09:53.5401677+03:00",
"TimeEnd": "2026-09-19T13:09:53.5401677+03:00",
"NotiffUUIDPreStart": "2ac2899e-6f89-4829-afe2-44fdabd31da9",
"NotiffUUIDStart": "c3ec3dcd-b6a8-4421-bd3e-789da1b9ee13",
"NotiffUUIDLastCall": "bce588ac-c37d-45e8-a187-a37fc59d1ed1",
"FunTimingActive": true,
"UserUUIDCur": "3dba537c-c469-4861-a45b-cbae342a7678"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}