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": "0e0f56d1-4b40-4c55-a4f5-a53f44a17df9",
"FunUUID": "f116f70a-5798-4747-b380-e9e566716f6a",
"SegmentID": 1,
"CountryID": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"FunCategoryID": 1,
"TimePreStart": "2026-06-20T22:53:47.2056187+03:00",
"TimeStart": "2026-06-20T22:53:47.2056187+03:00",
"TimeLastCall": "2026-06-20T22:53:47.2056187+03:00",
"TimeEnd": "2026-06-20T22:53:47.2056187+03:00",
"NotiffUUIDPreStart": "2eda800f-c639-4f02-9155-ef2f000ac4f9",
"NotiffUUIDStart": "7f3001ff-8a74-4d70-8004-b6a086263d7f",
"NotiffUUIDLastCall": "b8c880e7-4abf-46ea-8ba3-0b54198658d6",
"FunTimingActive": true,
"UserUUIDCur": "0c06743d-3adc-4365-a5d4-ca345a51e505"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}