POST api/App/App_SendNotification

Request Information

URI Parameters

None.

Body Parameters

App_SendNotificationRequest
NameDescriptionTypeAdditional information
SchoolId

integer

None.

ClassId

integer

None.

DivId

integer

None.

Message

string

None.

UserId

integer

None.

Data

string

None.

Expiry_Date

date

None.

IsAttachment

integer

None.

NotiId

integer

None.

IsForward

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolId": 1,
  "ClassId": 2,
  "DivId": 3,
  "Message": "sample string 4",
  "UserId": 5,
  "Data": "sample string 6",
  "Expiry_Date": "2026-03-25T16:53:13.7423977+05:30",
  "IsAttachment": 8,
  "NotiId": 9,
  "IsForward": 10
}

application/xml, text/xml

Sample:
<App_SendNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <ClassId>2</ClassId>
  <Data>sample string 6</Data>
  <DivId>3</DivId>
  <Expiry_Date>2026-03-25T16:53:13.7423977+05:30</Expiry_Date>
  <IsAttachment>8</IsAttachment>
  <IsForward>10</IsForward>
  <Message>sample string 4</Message>
  <NotiId>9</NotiId>
  <SchoolId>1</SchoolId>
  <UserId>5</UserId>
</App_SendNotificationRequest>

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.