POST api/Values/Add_Edu_Notification
Request Information
URI Parameters
None.
Body Parameters
Edu_Notification| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | integer |
None. |
|
| NotificationTypeID | integer |
None. |
|
| NoteTypeID | integer |
None. |
|
| StudentsID | integer |
None. |
|
| TeacherID | integer |
None. |
|
| SchoolID | integer |
None. |
|
| ClassID | integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| HasSeen | boolean |
None. |
|
| HasPosted | boolean |
None. |
|
| TransactionUserID | integer |
None. |
|
| TransactionUserName | string |
None. |
|
| TS | date |
None. |
|
| NoteSubTypeID | integer |
None. |
|
| TeacherName | string |
None. |
|
| StudentName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationID": 1,
"NotificationTypeID": 2,
"NoteTypeID": 3,
"StudentsID": 4,
"TeacherID": 5,
"SchoolID": 6,
"ClassID": 7,
"Title": "sample string 8",
"Description": "sample string 9",
"HasSeen": true,
"HasPosted": true,
"TransactionUserID": 12,
"TransactionUserName": "sample string 13",
"TS": "2026-08-03T01:33:23.1119492+08:00",
"NoteSubTypeID": 15,
"TeacherName": "sample string 16",
"StudentName": "sample string 17"
}
text/html
Sample:
{"NotificationID":1,"NotificationTypeID":2,"NoteTypeID":3,"StudentsID":4,"TeacherID":5,"SchoolID":6,"ClassID":7,"Title":"sample string 8","Description":"sample string 9","HasSeen":true,"HasPosted":true,"TransactionUserID":12,"TransactionUserName":"sample string 13","TS":"2026-08-03T01:33:23.1119492+08:00","NoteSubTypeID":15,"TeacherName":"sample string 16","StudentName":"sample string 17"}
application/xml, text/xml
Sample:
<Edu_Notification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <ClassID>7</ClassID> <Description>sample string 9</Description> <HasPosted>true</HasPosted> <HasSeen>true</HasSeen> <NoteSubTypeID>15</NoteSubTypeID> <NoteTypeID>3</NoteTypeID> <NotificationID>1</NotificationID> <NotificationTypeID>2</NotificationTypeID> <SchoolID>6</SchoolID> <StudentName>sample string 17</StudentName> <StudentsID>4</StudentsID> <TS>2026-08-03T01:33:23.1119492+08:00</TS> <TeacherID>5</TeacherID> <TeacherName>sample string 16</TeacherName> <Title>sample string 8</Title> <TransactionUserID>12</TransactionUserID> <TransactionUserName>sample string 13</TransactionUserName> </Edu_Notification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |