POST api/Library/AddReminderTimeslotsDetails

Request Information

URI Parameters

None.

Body Parameters

ReminderTimeslotsDetailsModel
NameDescriptionTypeAdditional information
EmployeeId

decimal number

None.

ReminderTimeslotsID

decimal number

None.

TagName

string

None.

StartDate

date

None.

EndDate

date

None.

IsDisplay

boolean

None.

IsActive

boolean

None.

IsUpdatedOn

date

None.

IsUpdatedBy

decimal number

None.

IsDeletedOn

date

None.

IsDeletedBy

decimal number

None.

IsAddOn

date

None.

IsAddBy

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": 1.0,
  "ReminderTimeslotsID": 2.0,
  "TagName": "sample string 3",
  "StartDate": "2025-12-06T08:53:59.313409+05:30",
  "EndDate": "2025-12-06T08:53:59.313409+05:30",
  "IsDisplay": true,
  "IsActive": true,
  "IsUpdatedOn": "2025-12-06T08:53:59.313409+05:30",
  "IsUpdatedBy": 1.0,
  "IsDeletedOn": "2025-12-06T08:53:59.313409+05:30",
  "IsDeletedBy": 1.0,
  "IsAddOn": "2025-12-06T08:53:59.313409+05:30",
  "IsAddBy": 1.0
}

application/xml, text/xml

Sample:
<ReminderTimeslotsDetailsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.Model">
  <EmployeeId>1</EmployeeId>
  <EndDate>2025-12-06T08:53:59.313409+05:30</EndDate>
  <IsActive>true</IsActive>
  <IsAddBy>1</IsAddBy>
  <IsAddOn>2025-12-06T08:53:59.313409+05:30</IsAddOn>
  <IsDeletedBy>1</IsDeletedBy>
  <IsDeletedOn>2025-12-06T08:53:59.313409+05:30</IsDeletedOn>
  <IsDisplay>true</IsDisplay>
  <IsUpdatedBy>1</IsUpdatedBy>
  <IsUpdatedOn>2025-12-06T08:53:59.313409+05:30</IsUpdatedOn>
  <ReminderTimeslotsID>2</ReminderTimeslotsID>
  <StartDate>2025-12-06T08:53:59.313409+05:30</StartDate>
  <TagName>sample string 3</TagName>
</ReminderTimeslotsDetailsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReminderTimeslotsDetailsModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.