POST api/v1/roaster/GetCourseGroupDetailsWithBasket
Request Information
URI Parameters
None.
Body Parameters
CourseGroupDetDTOName | 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. |
|
CoreElectiveFlag | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "academicYearId": 1, "instId": 1, "mapCoId": 1, "mapCoSemId": 1, "courseGroupId": 1, "studentGroupId": 1, "groupId": 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> <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.