POST api/{version}/StudentCourseStudyPlan/UpdateSubjectSequence?changeCourseContent={changeCourseContent}®istrationId={registrationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| changeCourseContent | boolean |
Required |
|
| registrationId | integer |
Required |
|
| version | string |
None. |
Body Parameters
Collection of StudentSubjectDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId |
Gets or Sets the Registration Id |
integer |
None. |
| SubjectId |
Gets or Sets the SubjectId of the courseContent |
integer |
None. |
| SubjectName |
Gets or Sets the Subject Name |
string |
None. |
| SubjectSequence |
Gets or Sets the Subject Sequence |
integer |
None. |
| StudentSubjectsKnowledgeLevelId |
Gets or Sets the Student Subject Knowledge level Id |
integer |
None. |
| IsSubjectFinished |
Gets or Sets that is subject is finished or not |
boolean |
None. |
| ChangeInCourseContent |
Gets or Sets that need to change in course content |
integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"RegistrationId": 1,
"SubjectId": 2,
"SubjectName": "sample string 3",
"SubjectSequence": 4,
"StudentSubjectsKnowledgeLevelId": 5,
"IsSubjectFinished": true,
"ChangeInCourseContent": 7
},
{
"RegistrationId": 1,
"SubjectId": 2,
"SubjectName": "sample string 3",
"SubjectSequence": 4,
"StudentSubjectsKnowledgeLevelId": 5,
"IsSubjectFinished": true,
"ChangeInCourseContent": 7
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of StudentSubjectDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId |
Gets or Sets the Registration Id |
integer |
None. |
| SubjectId |
Gets or Sets the SubjectId of the courseContent |
integer |
None. |
| SubjectName |
Gets or Sets the Subject Name |
string |
None. |
| SubjectSequence |
Gets or Sets the Subject Sequence |
integer |
None. |
| StudentSubjectsKnowledgeLevelId |
Gets or Sets the Student Subject Knowledge level Id |
integer |
None. |
| IsSubjectFinished |
Gets or Sets that is subject is finished or not |
boolean |
None. |
| ChangeInCourseContent |
Gets or Sets that need to change in course content |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"RegistrationId": 1,
"SubjectId": 2,
"SubjectName": "sample string 3",
"SubjectSequence": 4,
"StudentSubjectsKnowledgeLevelId": 5,
"IsSubjectFinished": true,
"ChangeInCourseContent": 7
},
{
"RegistrationId": 1,
"SubjectId": 2,
"SubjectName": "sample string 3",
"SubjectSequence": 4,
"StudentSubjectsKnowledgeLevelId": 5,
"IsSubjectFinished": true,
"ChangeInCourseContent": 7
}
]