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": "dfa4ab07-5b9c-4c8c-8143-1810d64d2bbc",
"ClassId": "28da0ddc-60d5-4530-9711-40eeb1459bbf",
"LessonScheduleId": "57a2aeab-8c1e-4691-80b9-38661325c981",
"AttendanceDetails": [
{
"Id": "42538bc3-dba6-41db-970c-ba64cabbeea6",
"StudentId": "14540c53-1a98-4d96-a6ce-13075d22899b",
"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": "42538bc3-dba6-41db-970c-ba64cabbeea6",
"StudentId": "14540c53-1a98-4d96-a6ce-13075d22899b",
"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.