GET api/{version}/StudentCourseStudyPlan/GetStudyPlanHours?registrationId={registrationId}
Gets or sets the study plan available and required hours hours
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StudyPlanHours| Name | Description | Type | Additional 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
}