POST api/AdminPlay/AdmSaveNewsNotiff

AdmSaveNewsNotiff

Request Information

URI Parameters

None.

Body Parameters

SaveNewsNotiff_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

NotiffUUID

globally unique identifier

None.

NewsNotiffActive

boolean

None.

LanguageID

integer

None.

NewsNotiffTiming

date

None.

NewsNotiffDurationH

integer

None.

NewsNotiffUsed

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "e2e032ed-92f6-4a6a-b605-75d0ee7d1142",
  "NotiffUUID": "d4e17d90-55fa-4299-a410-e745a492107b",
  "NewsNotiffActive": true,
  "LanguageID": 1,
  "NewsNotiffTiming": "2025-04-19T08:08:20.2550258+03:00",
  "NewsNotiffDurationH": 1,
  "NewsNotiffUsed": true,
  "UserUUIDCur": "dd956e1a-81e5-44ec-befc-34a39150c726"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}