POST api/Library/UpdateRenewableDocumentsReminderDetails

Request Information

URI Parameters

None.

Body Parameters

RenewableDocumentListModel
NameDescriptionTypeAdditional information
EmployeeId

decimal number

None.

RenewableDocumentsListReminderID

decimal number

None.

Category

string

None.

Tag

string

None.

Date

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,
  "RenewableDocumentsListReminderID": 2.0,
  "Category": "sample string 3",
  "Tag": "sample string 4",
  "Date": "2025-12-06T08:51:24.2352769+05:30",
  "IsDisplay": true,
  "IsActive": true,
  "IsUpdatedOn": "2025-12-06T08:51:24.2352769+05:30",
  "IsUpdatedBy": 1.0,
  "IsDeletedOn": "2025-12-06T08:51:24.2352769+05:30",
  "IsDeletedBy": 1.0,
  "IsAddOn": "2025-12-06T08:51:24.2352769+05:30",
  "IsAddBy": 1.0
}

application/xml, text/xml

Sample:
<RenewableDocumentListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataAccess.Model">
  <Category>sample string 3</Category>
  <Date>2025-12-06T08:51:24.2352769+05:30</Date>
  <EmployeeId>1</EmployeeId>
  <IsActive>true</IsActive>
  <IsAddBy>1</IsAddBy>
  <IsAddOn>2025-12-06T08:51:24.2352769+05:30</IsAddOn>
  <IsDeletedBy>1</IsDeletedBy>
  <IsDeletedOn>2025-12-06T08:51:24.2352769+05:30</IsDeletedOn>
  <IsDisplay>true</IsDisplay>
  <IsUpdatedBy>1</IsUpdatedBy>
  <IsUpdatedOn>2025-12-06T08:51:24.2352769+05:30</IsUpdatedOn>
  <RenewableDocumentsListReminderID>2</RenewableDocumentsListReminderID>
  <Tag>sample string 4</Tag>
</RenewableDocumentListModel>

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 'RenewableDocumentListModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.