POST api/AdminReminder/AdmSaveReminderNotiff

AdmSaveReminderNotiff

Request Information

URI Parameters

None.

Body Parameters

AdmSaveReminderNotiff
NameDescriptionTypeAdditional information
ReminderUUID

globally unique identifier

None.

NotiffUUID

globally unique identifier

None.

ReminderNotiffActive

boolean

None.

LanguageID

integer

None.

ReminderNotiffTiming

date

None.

ReminderNotiffDurationH

integer

None.

ReminderNotiffUsed

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ReminderUUID": "614d5449-4538-46ea-bc1b-cbbd41bdfce0",
  "NotiffUUID": "e6383032-4980-4d45-a283-4f47fe8de079",
  "ReminderNotiffActive": true,
  "LanguageID": 1,
  "ReminderNotiffTiming": "2025-04-19T07:32:13.6710773+03:00",
  "ReminderNotiffDurationH": 1,
  "ReminderNotiffUsed": true,
  "UserUUIDCur": "c85641a5-cc4d-4278-989c-124855a54e27"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}