POST api/v1/roaster/GetCourseGroupDetails
Request Information
URI Parameters
None.
Body Parameters
CourseGroupDetDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| AcademicYearId | integer |
None. |
|
| InstId | integer |
None. |
|
| MapCoId | integer |
None. |
|
| MapCoSemId | integer |
None. |
|
| CourseGroupId | integer |
None. |
|
| StudentGroupId | integer |
None. |
|
| GroupId | integer |
None. |
|
| BscilAdmissionId | integer |
None. |
|
| CoreElectiveFlag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"academicYearId": 1,
"instId": 1,
"mapCoId": 1,
"mapCoSemId": 1,
"courseGroupId": 1,
"studentGroupId": 1,
"groupId": 1,
"bscilAdmissionId": 1,
"coreElectiveFlag": "sample string 2"
}
application/xml, text/xml
Sample:
<CourseGroupDetDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Somaiya.Models.DTO"> <AcademicYearId>1</AcademicYearId> <BscilAdmissionId>1</BscilAdmissionId> <CoreElectiveFlag>sample string 2</CoreElectiveFlag> <CourseGroupId>1</CourseGroupId> <GroupId>1</GroupId> <InstId>1</InstId> <MapCoId>1</MapCoId> <MapCoSemId>1</MapCoSemId> <StudentGroupId>1</StudentGroupId> </CourseGroupDetDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.