GET api/ApplicationPackageOptions/GetApplicationPackageOptions?studentNo={studentNo}&academicYear={academicYear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentNo | string |
Required |
|
| academicYear | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ApplicationPackageOptionsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationNo | string |
None. |
|
| GradeCode | string |
None. |
|
| AcademicYear | integer |
None. |
|
| PackageCode | string |
None. |
|
| PackageOption | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"applicationNo": "sample string 1",
"gradeCode": "sample string 2",
"academicYear": 3,
"packageCode": "sample string 4",
"packageOption": "sample string 5"
},
{
"applicationNo": "sample string 1",
"gradeCode": "sample string 2",
"academicYear": 3,
"packageCode": "sample string 4",
"packageOption": "sample string 5"
}
]