GET api/Post/postWebSaveStudentAttendance
Request Information
URI Parameters
None.
Body Parameters
Collection of tblWebAttendence| Name | Description | Type | Additional information |
|---|---|---|---|
| SECTIONID | string |
None. |
|
| ISCLASS | string |
None. |
|
| CLASSID | string |
None. |
|
| STUDENTID | string |
None. |
|
| CURMON | string |
None. |
|
| ClassSubject | string |
None. |
|
| AttendenceType | string |
None. |
|
| CreatedUser_ID | string |
None. |
|
| LastModifiedUser_ID | string |
None. |
|
| AM | string |
None. |
|
| isSms | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SECTIONID": "sample string 1",
"ISCLASS": "sample string 2",
"CLASSID": "sample string 3",
"STUDENTID": "sample string 4",
"CURMON": "sample string 5",
"ClassSubject": "sample string 6",
"AttendenceType": "sample string 7",
"CreatedUser_ID": "sample string 8",
"LastModifiedUser_ID": "sample string 9",
"AM": "sample string 10",
"isSms": "sample string 11"
},
{
"SECTIONID": "sample string 1",
"ISCLASS": "sample string 2",
"CLASSID": "sample string 3",
"STUDENTID": "sample string 4",
"CURMON": "sample string 5",
"ClassSubject": "sample string 6",
"AttendenceType": "sample string 7",
"CreatedUser_ID": "sample string 8",
"LastModifiedUser_ID": "sample string 9",
"AM": "sample string 10",
"isSms": "sample string 11"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}