GET api/Setup/SemiCourseExtraFees

Gets the semi course extra fees.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Task<IHttpActionResult>.

ResponseOfSemiCourseExtraFee[]
NameDescriptionTypeAdditional information
Data

Collection of SemiCourseExtraFee

None.

MiscData

Object

None.

StatusCode

integer

None.

Message

string

None.

meta

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "RefId": 1,
      "Id": 1,
      "Title": "sample string 2",
      "IsPartOfTuition": true,
      "SameForNationalStudent": true,
      "NumberOfCourses": 5,
      "ForeignCurrencyType": "sample string 6",
      "NationalCurrencyType": "sample string 7",
      "ForeignCurrencyTypeId": 1,
      "NationalCurrencyTypeId": 1,
      "ForeignCurrencyAmount": 1.0,
      "NationalCurrencyAmount": 1.0,
      "IsActive": true
    },
    {
      "RefId": 1,
      "Id": 1,
      "Title": "sample string 2",
      "IsPartOfTuition": true,
      "SameForNationalStudent": true,
      "NumberOfCourses": 5,
      "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": {}
}