POST api/LessonScheduleAttendance
Request Information
URI Parameters
None.
Body Parameters
AttendanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| LessonScheduleId | globally unique identifier |
None. |
|
| AttendanceDetails | Collection of AttendanceDetailModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "5d66397e-4cdf-406e-bfa1-73221bd1f894",
"ClassId": "e3b1f2bf-bb77-4298-b984-49ebd33bbceb",
"LessonScheduleId": "3095d673-bd3b-43bf-9169-5ba93d513017",
"AttendanceDetails": [
{
"Id": "e8783df8-86b8-4a11-b4d0-1c6b844874e7",
"StudentId": "8270e63e-778d-4c8f-86b2-524dfb2f60c8",
"Status": "sample string 3",
"OriginalStatus": "sample string 4",
"IsPresent": true,
"Reward": 6,
"Spelling": "sample string 7",
"Temperature": "sample string 8",
"Remarks": "sample string 9",
"Lateness": "sample string 10"
},
{
"Id": "e8783df8-86b8-4a11-b4d0-1c6b844874e7",
"StudentId": "8270e63e-778d-4c8f-86b2-524dfb2f60c8",
"Status": "sample string 3",
"OriginalStatus": "sample string 4",
"IsPresent": true,
"Reward": 6,
"Spelling": "sample string 7",
"Temperature": "sample string 8",
"Remarks": "sample string 9",
"Lateness": "sample string 10"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.