POST Notification/Push_TodayStudentAttendanceNotifications
Request Information
URI Parameters
None.
Body Parameters
attnotifyreq| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| OrganisationID | integer |
None. |
|
| BranchID | integer |
None. |
|
| BranchSectionID | integer |
None. |
|
| AcademicYearID | integer |
None. |
|
| AttendanceTimingID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"OrganisationID": 2,
"BranchID": 3,
"BranchSectionID": 4,
"AcademicYearID": 5,
"AttendanceTimingID": 6
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.