POST api/notification/send-teacher
Request Information
URI Parameters
None.
Body Parameters
SendNotificationRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SchoolId | integer |
None. |
|
| Message | string |
None. |
|
| UserId | integer |
None. |
|
| TeacherIds | string |
None. |
|
| UserType | string |
None. |
|
| Expiry_Date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SchoolId": 1,
"Message": "sample string 2",
"UserId": 3,
"TeacherIds": "sample string 4",
"UserType": "sample string 5",
"Expiry_Date": "2026-05-20T03:41:15.193688+05:30"
}
application/xml, text/xml
Sample:
<SendNotificationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <Expiry_Date>2026-05-20T03:41:15.193688+05:30</Expiry_Date> <Message>sample string 2</Message> <SchoolId>1</SchoolId> <TeacherIds>sample string 4</TeacherIds> <UserId>3</UserId> <UserType>sample string 5</UserType> </SendNotificationRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.