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": "e5a7b9fd-2958-4f22-b926-64e28d82929b",
"FunUUID": "c4214a9d-a39d-4693-99da-f5919a53dc2d",
"SegmentID": 1,
"CountryID": 1,
"NotiffActiveStart": true,
"NotiffActivePreStart": true,
"NotiffActiveLastCall": true,
"FunCategoryID": 1,
"TimePreStart": "2026-03-21T07:47:36.4003479+02:00",
"TimeStart": "2026-03-21T07:47:36.4003479+02:00",
"TimeLastCall": "2026-03-21T07:47:36.4003479+02:00",
"TimeEnd": "2026-03-21T07:47:36.4003479+02:00",
"NotiffUUIDPreStart": "e279fc07-6e31-4c31-97bf-688c3c5ab9d1",
"NotiffUUIDStart": "9cd461dd-c578-4745-91dd-360c835a2c8f",
"NotiffUUIDLastCall": "a815ffb5-a15b-4f20-9e4a-111273fe604c",
"FunTimingActive": true,
"UserUUIDCur": "5e862fc7-cfe7-4e6d-bb10-03f66083892b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}