POST api/EmployeeMobileNotification
Request Information
URI Parameters
None.
Body Parameters
NotificationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| NotificationID | integer |
None. |
|
| SchoolID | integer |
Required |
|
| SchoolIDName | string |
None. |
|
| SchoolIDSelectList | Collection of Object |
None. |
|
| SchoolSessionID | integer |
Required |
|
| SchoolSessionIDName | string |
None. |
|
| SchoolSessionIDSelectList | Collection of Object |
None. |
|
| SchoolStandardID | integer |
None. |
|
| SchoolStandardIDName | string |
None. |
|
| SchoolStandardIDSelectList | Collection of Object |
None. |
|
| StandardDivisionID | integer |
None. |
|
| StandardDivisionIDName | string |
None. |
|
| StandardDivisionIDSelectList | Collection of Object |
None. |
|
| StudentCurrentID | integer |
None. |
|
| StudentCurrentIDName | string |
None. |
|
| StudentCurrentIDSelectList | Collection of Object |
None. |
|
| NotificationDate | date |
Required |
|
| strNotificationDate | string |
Required |
|
| strNotificationDateFrom | string |
None. |
|
| strNotificationDateTo | string |
None. |
|
| NotificationDetail | string |
Required String length: inclusive between 3 and 8000 |
|
| AttachmentFile | string |
None. |
|
| StudentStaffType | integer |
None. |
|
| strStudentStaffType | integer |
None. |
|
| strStudentStaff | string |
None. |
|
| strDeptMst_IDList | string |
None. |
|
| strStaffIDList | string |
None. |
|
| StaffName | string |
None. |
|
| strStaffNameList | string |
None. |
|
| ActiveStatus | byte |
None. |
|
| strActiveStatus | string |
None. |
|
| CreatedByID | string |
None. |
|
| CreateDate | date |
None. |
|
| ModifiedByID | string |
None. |
|
| ModifiedDate | date |
None. |
|
| Guids | globally unique identifier |
None. |
|
| strGuids | string |
None. |
|
| IsNotificationSend | integer |
None. |
|
| ApproveStatus | integer |
None. |
|
| StaffID | integer |
None. |
|
| strStandardDivisionIDList | string |
None. |
|
| StandardDivisionIDList | Collection of integer |
None. |
|
| kcmbStandardDivisionIDList | string |
None. |
|
| strStudentIDList | string |
None. |
|
| StudentIDList | Collection of integer |
None. |
|
| kcmbStudentIDList | string |
None. |
|
| Groups | integer |
None. |
|
| StandardDivisionList | Collection of NotificationStandardDivisionModel |
None. |
|
| StudentList | Collection of NotificationStudentList |
None. |
|
| FileNameExtension | string |
None. |
|
| base64array | Collection of byte |
None. |
|
| KendoNotificationDate | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Item | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotificationID": 1,
"SchoolID": 2,
"SchoolIDName": "sample string 3",
"SchoolIDSelectList": null,
"SchoolSessionID": 4,
"SchoolSessionIDName": "sample string 5",
"SchoolSessionIDSelectList": null,
"SchoolStandardID": 1,
"SchoolStandardIDName": "sample string 6",
"SchoolStandardIDSelectList": null,
"StandardDivisionID": 1,
"StandardDivisionIDName": "sample string 7",
"StandardDivisionIDSelectList": null,
"StudentCurrentID": 1,
"StudentCurrentIDName": "sample string 8",
"StudentCurrentIDSelectList": null,
"NotificationDate": "2026-02-10T15:07:51.7970037+05:30",
"strNotificationDate": "sample string 10",
"strNotificationDateFrom": "sample string 11",
"strNotificationDateTo": "sample string 12",
"NotificationDetail": "sample string 13",
"AttachmentFile": "sample string 14",
"StudentStaffType": 15,
"strStudentStaffType": 16,
"strStudentStaff": "sample string 17",
"strDeptMst_IDList": "sample string 18",
"strStaffIDList": "sample string 19",
"StaffName": "sample string 20",
"strStaffNameList": "sample string 21",
"ActiveStatus": 64,
"strActiveStatus": "sample string 23",
"CreatedByID": "sample string 24",
"CreateDate": "2026-02-10T15:07:51.7970037+05:30",
"ModifiedByID": "sample string 26",
"ModifiedDate": "2026-02-10T15:07:51.7970037+05:30",
"Guids": "f391de07-d961-4af9-bbf7-5b7e3032f9a7",
"strGuids": "sample string 28",
"IsNotificationSend": 29,
"ApproveStatus": 30,
"StaffID": 31,
"strStandardDivisionIDList": "sample string 32",
"StandardDivisionIDList": [
1,
2
],
"kcmbStandardDivisionIDList": "sample string 33",
"strStudentIDList": "sample string 34",
"StudentIDList": [
1,
2
],
"kcmbStudentIDList": "sample string 35",
"Groups": 36,
"StandardDivisionList": [
{
"SchoolStandardIDName": "sample string 1",
"StandardDivisionIDName": "sample string 2"
},
{
"SchoolStandardIDName": "sample string 1",
"StandardDivisionIDName": "sample string 2"
}
],
"StudentList": [
{
"StudentCurrentIDName": "sample string 1"
},
{
"StudentCurrentIDName": "sample string 1"
}
],
"FileNameExtension": "sample string 37",
"base64array": "QEA=",
"KendoNotificationDate": "sample string 38",
"From": "2026-02-10T15:07:51.7970037+05:30",
"To": "2026-02-10T15:07:51.7970037+05:30"
}
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. |