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": "9b69fccd-f83c-4771-9894-ff6febd0eec6",
"ClassId": "1344c4e8-e919-47ad-9d79-3407c404df74",
"LessonScheduleId": "0723cd39-f7c0-4c88-b5f1-b77bee13664f",
"AttendanceDetails": [
{
"Id": "bddfb5de-f126-4c81-b8b2-7ea503a2cd9e",
"StudentId": "ae753131-ee45-4be0-9b62-12afc8803c14",
"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": "bddfb5de-f126-4c81-b8b2-7ea503a2cd9e",
"StudentId": "ae753131-ee45-4be0-9b62-12afc8803c14",
"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.