GET api/Student/GetYearAndFeeMonth/{Sptype}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Sptype | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FeeAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Value": "sample string 1",
"Text": "sample string 2"
},
{
"Value": "sample string 1",
"Text": "sample string 2"
}
]
text/html
Sample:
[{"Value":"sample string 1","Text":"sample string 2"},{"Value":"sample string 1","Text":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfFeeAccount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Navyuga_WebApi.Models">
<FeeAccount>
<Text>sample string 2</Text>
<Value>sample string 1</Value>
</FeeAccount>
<FeeAccount>
<Text>sample string 2</Text>
<Value>sample string 1</Value>
</FeeAccount>
</ArrayOfFeeAccount>