GET api/fees/transport-student-allotment/academicyear-list

Academicyears the list.

Request Information

URI Parameters

None.

Body Parameters

None.

response Information

Resource description

ServerResponse.

Systemic.Model.Master.mldropdown
NamedescriptionTypeAdditional information
id

integer

None.

text

string

None.

textid

string

None.

response Formats

application/json, text/json, text/html

Sample:
{
  "id": 1,
  "text": "sample string 2",
  "textid": "sample string 3"
}

text/xml

Sample:
<mldropdown xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.Model.Master">
  <id>1</id>
  <text>sample string 2</text>
  <textid>sample string 3</textid>
</mldropdown>