GET api/Setup/StudentWithdrawalOptions
Gets the student withdrawal options.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfStudentWithdrawalOption[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of StudentWithdrawalOption |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"RefundPercentage": 1.0,
"DaysAfterRegistration": 2,
"CreatedById": 1,
"CreatedDate": "2025-12-06T06:06:17.7240177+00:00",
"UpdatedById": 1,
"UpdatedDate": "2025-12-06T06:06:17.7240177+00:00",
"Id": 3,
"IsActive": true,
"IsDelete": true,
"AcademicYearSemesterId": 1,
"TempRefId": 1
},
{
"RefundPercentage": 1.0,
"DaysAfterRegistration": 2,
"CreatedById": 1,
"CreatedDate": "2025-12-06T06:06:17.7240177+00:00",
"UpdatedById": 1,
"UpdatedDate": "2025-12-06T06:06:17.7240177+00:00",
"Id": 3,
"IsActive": true,
"IsDelete": true,
"AcademicYearSemesterId": 1,
"TempRefId": 1
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}