GET api/SubjectOptions?academicYear={academicYear}&subjectCode={subjectCode}&gradeCode={gradeCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| academicYear | integer |
Required |
|
| subjectCode | string |
Required |
|
| gradeCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SP_WB_SubjectOptionReturn_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PackageOption | string |
None. |
|
| GradeCode | string |
None. |
|
| SubjectCode | string |
None. |
|
| AcademicYear | integer |
None. |
|
| PriceFullIncl | decimal number |
None. |
|
| PriceIndvIncl | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"packageOption": "sample string 2",
"gradeCode": "sample string 3",
"subjectCode": "sample string 4",
"academicYear": 5,
"priceFullIncl": 6.1,
"priceIndvIncl": 7.1
},
{
"id": 1,
"packageOption": "sample string 2",
"gradeCode": "sample string 3",
"subjectCode": "sample string 4",
"academicYear": 5,
"priceFullIncl": 6.1,
"priceIndvIncl": 7.1
}
]