POST api/remindersettings/updateremindersettings

Request Information

URI Parameters

None.

Body Parameters

Collection of UserReminderSettingsModel
NameDescriptionTypeAdditional information
id

integer

None.

UUID

string

None.

StartTime

time interval

None.

EndTime

time interval

None.

ReminderName

string

None.

IntervalORFixedT

time interval

None.

IsRepetitive

boolean

None.

IsReminderOn

integer

None.

CreatedAt

date

None.

CreatedBy

string

None.

UpdatedAt

date

None.

UpdatedBy

string

None.

Active

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "UUID": "sample string 2",
    "StartTime": "00:00:00.1234567",
    "EndTime": "00:00:00.1234567",
    "ReminderName": "sample string 3",
    "IntervalORFixedT": "00:00:00.1234567",
    "IsRepetitive": true,
    "IsReminderOn": 5,
    "CreatedAt": "2025-05-10T17:37:24.7645991+05:30",
    "CreatedBy": "sample string 7",
    "UpdatedAt": "2025-05-10T17:37:24.7645991+05:30",
    "UpdatedBy": "sample string 9",
    "Active": 10
  },
  {
    "id": 1,
    "UUID": "sample string 2",
    "StartTime": "00:00:00.1234567",
    "EndTime": "00:00:00.1234567",
    "ReminderName": "sample string 3",
    "IntervalORFixedT": "00:00:00.1234567",
    "IsRepetitive": true,
    "IsReminderOn": 5,
    "CreatedAt": "2025-05-10T17:37:24.7645991+05:30",
    "CreatedBy": "sample string 7",
    "UpdatedAt": "2025-05-10T17:37:24.7645991+05:30",
    "UpdatedBy": "sample string 9",
    "Active": 10
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.