GET api/StudentCourseStudyPlan/GetStudyPlanHours?registrationId={registrationId}

Gets or sets the study plan available and required hours hours

Request Information

URI Parameters

NameDescriptionTypeAdditional information
registrationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

StudyPlanHours
NameDescriptionTypeAdditional information
TotalHoursRequired

Gets or sets the total hours required

decimal number

None.

TotalAvailableHours

Gets or sets the total available hours

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalHoursRequired": 1.1,
  "TotalAvailableHours": 2.1
}