GET api/Sponsorship/GetAvailableStudentsForSponsors/{id}?type={type}

Gets the students for sponsors.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The identifier.

string

Default value is 0

type

The type.

string

Default value is external

Body Parameters

None.

Response Information

Resource Description

Task<IHttpActionResult>.

ResponseOfSemiScholarshipStudent
NameDescriptionTypeAdditional information
Data

SemiScholarshipStudent

None.

MiscData

Object

None.

StatusCode

integer

None.

Message

string

None.

meta

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": 1,
    "StudentId": "sample string 2",
    "StudentName": "sample string 3",
    "CollegeName": "sample string 4",
    "CollegeId": 5,
    "DepartmentName": "sample string 6",
    "DepartmentId": 7,
    "ScholarshipsCount": 8,
    "ScholarshipType": "sample string 9",
    "ScholarshipTypeId": 1,
    "EntitlementType": "sample string 10",
    "MajorName": "sample string 11",
    "MajorId": 1,
    "ForeignCurrencyType": "sample string 12",
    "NationalCurrencyType": "sample string 13",
    "ForeignCurrencyTypeId": 1,
    "NationalCurrencyTypeId": 1,
    "ForeignCurrencyAmount": 1.0,
    "NationalCurrencyAmount": 1.0,
    "Status": "sample string 14",
    "StatusReason": "sample string 15",
    "StatusId": 16,
    "IconClass": "sample string 17",
    "ForeignCurrencyId": 1,
    "LocalCurrencyId": 1,
    "LocalCurrencyShortName": "sample string 18",
    "ForeignCurrencyShortName": "sample string 19",
    "ScholarshipTypeValue": "sample string 20",
    "TotalAmountLocalCurrency": 1.0,
    "TotalAmountLocalCurrencyIsDebit": true,
    "TotalAmountForeignCurrency": 1.0,
    "TotalAmountForeignCurrencyIsDebit": true,
    "SemesterBillLocalCurrency": 1.0,
    "SemesterBillForeignCurrency": 1.0,
    "SemesterBalanceLocalCurrency": 1.0,
    "SemesterBalanceForeignCurrency": 1.0,
    "AmountPayedLocalCurrency": 1.0,
    "AmountPayedForeignCurrency": 1.0,
    "LeastAmountToPayOnLocalCurrency": 1.1,
    "LeastAmountToPayOnForeignCurrency": 1.1,
    "IsActive": true
  },
  "MiscData": {},
  "StatusCode": 2,
  "Message": "sample string 3",
  "meta": {}
}