GET api/Student/GetFeesDetailsNewByQid/{admno}/{AcadYear}/{QId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
admno

string

Required

AcadYear

integer

Required

QId

integer

Required

Body Parameters

None.

Response Information

Resource Description

feesDetails
NameDescriptionTypeAdditional information
IsPaid

integer

None.

StudentId

integer

None.

FeeQuarterid

integer

None.

Total

decimal number

None.

lastDate

date

None.

latefee

string

None.

txnDdno

string

None.

OverDuedate

integer

None.

PaymentDate

string

None.

QAmnt

decimal number

None.

BankName

string

None.

IsPayUDrop

integer

None.

IsBankReconcilled

integer

None.

Paymode

integer

None.

getlastDtList

Collection of GetLastdate

None.

Response Formats

application/json, text/json

Sample:
{
  "IsPaid": 1,
  "StudentId": 2,
  "FeeQuarterid": 3,
  "Total": 4.0,
  "lastDate": "2025-12-06T10:16:40.1160592+05:30",
  "latefee": "sample string 6",
  "txnDdno": "sample string 7",
  "OverDuedate": 8,
  "PaymentDate": "sample string 9",
  "QAmnt": 10.0,
  "BankName": "sample string 11",
  "IsPayUDrop": 12,
  "IsBankReconcilled": 13,
  "Paymode": 14,
  "getlastDtList": [
    {
      "Latefee": 1.0,
      "Qid": 2,
      "lastdate": "sample string 3"
    },
    {
      "Latefee": 1.0,
      "Qid": 2,
      "lastdate": "sample string 3"
    }
  ]
}

text/html

Sample:
{"IsPaid":1,"StudentId":2,"FeeQuarterid":3,"Total":4.0,"lastDate":"2025-12-06T10:16:40.1160592+05:30","latefee":"sample string 6","txnDdno":"sample string 7","OverDuedate":8,"PaymentDate":"sample string 9","QAmnt":10.0,"BankName":"sample string 11","IsPayUDrop":12,"IsBankReconcilled":13,"Paymode":14,"getlastDtList":[{"Latefee":1.0,"Qid":2,"lastdate":"sample string 3"},{"Latefee":1.0,"Qid":2,"lastdate":"sample string 3"}]}

application/xml, text/xml

Sample:
<feesDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navyuga_WebApi.Models">
  <BankName>sample string 11</BankName>
  <FeeQuarterid>3</FeeQuarterid>
  <IsBankReconcilled>13</IsBankReconcilled>
  <IsPaid>1</IsPaid>
  <IsPayUDrop>12</IsPayUDrop>
  <OverDuedate>8</OverDuedate>
  <PaymentDate>sample string 9</PaymentDate>
  <Paymode>14</Paymode>
  <QAmnt>10</QAmnt>
  <StudentId>2</StudentId>
  <Total>4</Total>
  <getlastDtList>
    <GetLastdate>
      <Latefee>1</Latefee>
      <Qid>2</Qid>
      <lastdate>sample string 3</lastdate>
    </GetLastdate>
    <GetLastdate>
      <Latefee>1</Latefee>
      <Qid>2</Qid>
      <lastdate>sample string 3</lastdate>
    </GetLastdate>
  </getlastDtList>
  <lastDate>2025-12-06T10:16:40.1160592+05:30</lastDate>
  <latefee>sample string 6</latefee>
  <txnDdno>sample string 7</txnDdno>
</feesDetails>