POST api/NotificationAlert/MarkInAppRead

Request Information

URI Parameters

None.

Body Parameters

NotificationAlert
NameDescriptionTypeAdditional information
SchoolCode

string

None.

CreatedBy

string

None.

SNo

string

None.

UserSNo

string

None.

NotificationSNo

string

None.

LongStr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolCode": "sample string 1",
  "CreatedBy": "sample string 2",
  "SNo": "sample string 3",
  "UserSNo": "sample string 4",
  "NotificationSNo": "sample string 5",
  "LongStr": "sample string 6"
}

application/xml, text/xml

Sample:
<NotificationAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models">
  <CreatedBy>sample string 2</CreatedBy>
  <LongStr>sample string 6</LongStr>
  <NotificationSNo>sample string 5</NotificationSNo>
  <SNo>sample string 3</SNo>
  <SchoolCode>sample string 1</SchoolCode>
  <UserSNo>sample string 4</UserSNo>
</NotificationAlert>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.