POST values/savelog

Request Information

URI Parameters

None.

Body Parameters

NotificationLogViewModel
NameDescriptionTypeAdditional information
NotificationLogID

integer

None.

UserID

integer

None.

NotificationTitle

string

None.

NotificationMSG

string

None.

NotificationDate

date

None.

IsRead

boolean

None.

RequestObject

string

None.

NotificationType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "NotificationLogID": 1,
  "UserID": 2,
  "NotificationTitle": "sample string 3",
  "NotificationMSG": "sample string 4",
  "NotificationDate": "2026-05-25T21:27:27.3130402+05:30",
  "IsRead": true,
  "RequestObject": "sample string 6",
  "NotificationType": 7
}

application/xml, text/xml

Sample:
<NotificationLogViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnitedInsecticides.Models">
  <IsRead>true</IsRead>
  <NotificationDate>2026-05-25T21:27:27.3130402+05:30</NotificationDate>
  <NotificationLogID>1</NotificationLogID>
  <NotificationMSG>sample string 4</NotificationMSG>
  <NotificationTitle>sample string 3</NotificationTitle>
  <NotificationType>7</NotificationType>
  <RequestObject>sample string 6</RequestObject>
  <UserID>2</UserID>
</NotificationLogViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.