POST api/AdminPlay/AdmSaveFunTiming
AdmSaveFunTiming
Request Information
URI Parameters
None.
Body Parameters
AdmSaveFunTiming_requestName | 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": "e2c53808-6812-412f-8442-feba5d690bf2", "FunUUID": "51c96b4e-97f8-4dd3-9cb0-10cd6b3f2dd4", "SegmentID": 1, "CountryID": 1, "NotiffActiveStart": true, "NotiffActivePreStart": true, "NotiffActiveLastCall": true, "FunCategoryID": 1, "TimePreStart": "2025-09-23T00:33:31.8230468+03:00", "TimeStart": "2025-09-23T00:33:31.8230468+03:00", "TimeLastCall": "2025-09-23T00:33:31.8230468+03:00", "TimeEnd": "2025-09-23T00:33:31.8230468+03:00", "NotiffUUIDPreStart": "0431c09d-5bfb-4c28-8d89-0e4a5084f423", "NotiffUUIDStart": "d9e13e9d-3b01-4c9f-82b0-fe761756d8a8", "NotiffUUIDLastCall": "bb52c40d-ce41-4fbf-8726-3cf04a73a5db", "FunTimingActive": true, "UserUUIDCur": "69529def-a705-446e-9e91-09c3701eebf6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}