POST api/AdminPlay/AdmSaveFunTiming

AdmSaveFunTiming

Request Information

URI Parameters

None.

Body Parameters

AdmSaveFunTiming_request
NameDescriptionTypeAdditional 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": "a457d055-9bbc-4d8a-aea6-a252eb3926b6",
  "FunUUID": "71c8b771-6070-4a39-803c-347fed83d85a",
  "SegmentID": 1,
  "CountryID": 1,
  "NotiffActiveStart": true,
  "NotiffActivePreStart": true,
  "NotiffActiveLastCall": true,
  "FunCategoryID": 1,
  "TimePreStart": "2025-04-19T08:14:37.3955071+03:00",
  "TimeStart": "2025-04-19T08:14:37.3955071+03:00",
  "TimeLastCall": "2025-04-19T08:14:37.3955071+03:00",
  "TimeEnd": "2025-04-19T08:14:37.3955071+03:00",
  "NotiffUUIDPreStart": "5c37e15e-d039-4454-90f7-0abf93182963",
  "NotiffUUIDStart": "48daa033-27af-4631-bed8-5749e90dd925",
  "NotiffUUIDLastCall": "33acca6e-dfea-40fa-bc51-d2938a332aa2",
  "FunTimingActive": true,
  "UserUUIDCur": "bdbe6502-a217-4364-8fb3-17f7500da0ac"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}