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": "231d68f2-e697-4758-82fb-09f030c0905e",
"ClassId": "9a1bd3d7-3250-409b-ab4e-d5fe9ff56aba",
"LessonScheduleId": "b2bef87b-3abf-4102-9e50-584be8898522",
"AttendanceDetails": [
{
"Id": "5ae604ed-a052-4a76-9159-63617b6af35d",
"StudentId": "e59498dc-0db2-4cb2-822a-c97c84c308d9",
"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": "5ae604ed-a052-4a76-9159-63617b6af35d",
"StudentId": "e59498dc-0db2-4cb2-822a-c97c84c308d9",
"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.