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": "0f021822-70b9-424d-94bd-d77209877d8b",
"ClassId": "b7abbd37-bf34-40c1-8b29-9c9a83f01224",
"LessonScheduleId": "ea92b769-8ff9-4cc5-93fc-501fe3c847b4",
"AttendanceDetails": [
{
"Id": "73d4a97f-401c-434a-bcd4-1252f0653ae2",
"StudentId": "7b176b41-296d-4a09-be9b-915ee9646890",
"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": "73d4a97f-401c-434a-bcd4-1252f0653ae2",
"StudentId": "7b176b41-296d-4a09-be9b-915ee9646890",
"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.