GET api/StudentCourseStudyPlan/GetStudyPlanComboStatusDetails?registrationId={registrationId}
To get the Combo Study Plan Status Details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| registrationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ComboStudyPlanStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId |
Gets or Sets the Registration Id |
integer |
None. |
| Status |
Gets or Sets the SubjectId of the courseContent |
boolean |
None. |
| Type |
Gets or Sets the Study Plan Yet to Create or Created Studyplan cancelled or Removed. |
string |
None. |
| ComboRegistrationId |
Gets or Sets the Combo Registration Id is comma seperated value |
string |
None. |
| ComboCenterName |
Gets or Sets the Combo Center Name |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RegistrationId": 1,
"Status": true,
"Type": "sample string 3",
"ComboRegistrationId": "sample string 4",
"ComboCenterName": "sample string 5"
}