GET api/Setup/DepartmentFees
Gets the semi department fees.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Task<IHttpActionResult>.
ResponseOfSemiDepartmentFee[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of SemiDepartmentFee |
None. |
|
| MiscData | Object |
None. |
|
| StatusCode | integer |
None. |
|
| Message | string |
None. |
|
| meta | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"Id": 1,
"Name": "sample string 2",
"IsPartOfTuition": true,
"SameForNationalStudent": true,
"ForDepartment": "sample string 5",
"ForDepartmentId": 1,
"ForeignCurrencyType": "sample string 6",
"NationalCurrencyType": "sample string 7",
"ForeignCurrencyTypeId": 1,
"NationalCurrencyTypeId": 1,
"ForeignCurrencyAmount": 1.0,
"NationalCurrencyAmount": 1.0,
"IsActive": true
},
{
"Id": 1,
"Name": "sample string 2",
"IsPartOfTuition": true,
"SameForNationalStudent": true,
"ForDepartment": "sample string 5",
"ForDepartmentId": 1,
"ForeignCurrencyType": "sample string 6",
"NationalCurrencyType": "sample string 7",
"ForeignCurrencyTypeId": 1,
"NationalCurrencyTypeId": 1,
"ForeignCurrencyAmount": 1.0,
"NationalCurrencyAmount": 1.0,
"IsActive": true
}
],
"MiscData": {},
"StatusCode": 2,
"Message": "sample string 3",
"meta": {}
}