POST api/MakeupLesson

Request Information

URI Parameters

None.

Body Parameters

MakeupLessonViewModel
NameDescriptionTypeAdditional 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": "14f76430-7d8d-4d9d-9c20-2810148048a1",
  "MakeupLessonNo": "sample string 2",
  "LessonAbsentYear": "sample string 3",
  "StudentId": "e27ef0b8-b26a-4f1d-8085-d7ef33748e03",
  "LessonAbsentClassId": "04c80c1b-6eaf-427b-b685-8d3263a07120",
  "LessonAbsentLessonId": "74f6647a-c3f4-4a08-9838-519931d34fd4",
  "MakeupClassId": "f9c225af-284b-4995-8ef6-5d35ef0fe003",
  "MakeupLessonsId": "b6ad1cd3-d169-4350-9136-97621e777112",
  "CourseId": "45b1bf02-a7c6-4f11-9b65-02e6f8a981ac",
  "StatusId": "02dac1a3-e11c-4b86-998c-5f5f19ac93e2",
  "MakeupLessonYear": "sample string 11"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.