POST api/AdminChatNotiff/SaveNotiff

AdmSaveNotiff

Request Information

URI Parameters

None.

Body Parameters

SaveNotiff_Request
NameDescriptionTypeAdditional information
NotiffUUID

globally unique identifier

None.

NotiffActive

boolean

None.

NotiffAlert

boolean

None.

LanguageID

integer

None.

NotiffName

string

None.

NotiffText

string

None.

NotiffDescr

string

None.

NotiffTiming

date

None.

NotiffDurationH

integer

None.

UserUUIDCur

globally unique identifier

None.

PhotoFullActive

boolean

None.

Silent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "NotiffUUID": "5e2673fc-caa5-4c4d-bfa5-9fa79b8237ee",
  "NotiffActive": true,
  "NotiffAlert": true,
  "LanguageID": 1,
  "NotiffName": "sample string 1",
  "NotiffText": "sample string 2",
  "NotiffDescr": "sample string 3",
  "NotiffTiming": "2025-04-19T08:29:38.7808111+03:00",
  "NotiffDurationH": 1,
  "UserUUIDCur": "3cac8262-e959-44a4-9a6e-c9ac9ee615d7",
  "PhotoFullActive": true,
  "Silent": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}