POST api/MakeupLesson
Request Information
URI Parameters
None.
Body Parameters
MakeupLessonViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| MakeupLessonNo | string |
None. |
|
| LessonAbsentYear | string |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| LessonAbsentClassId | globally unique identifier |
None. |
|
| LessonAbsentLessonId | globally unique identifier |
None. |
|
| MakeupClassId | globally unique identifier |
None. |
|
| MakeupLessonsId | globally unique identifier |
None. |
|
| CourseId | globally unique identifier |
None. |
|
| StatusId | globally unique identifier |
None. |
|
| MakeupLessonYear | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "115eb543-1726-42a3-b8fc-51c4b49f56ac",
"MakeupLessonNo": "sample string 2",
"LessonAbsentYear": "sample string 3",
"StudentId": "e17327b9-a579-4bf4-a380-0ecdb02521dc",
"LessonAbsentClassId": "09aac64c-076d-4173-b04a-f2524f632840",
"LessonAbsentLessonId": "d1734d37-7220-4d88-a964-b44f5f7d55b2",
"MakeupClassId": "cd17919a-9293-48a2-9ee2-783200ceafa5",
"MakeupLessonsId": "80aa6a0b-cf6e-416e-a4c1-6a3999314f95",
"CourseId": "3757fd47-65ff-4cef-aed0-629f45d66620",
"StatusId": "41bc7e45-f818-4245-8376-797434e5d28f",
"MakeupLessonYear": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.