GET api/FeeTypeMaster/GetAllFeeTypeMasterData

Request Information

URI Parameters

None.

Body Parameters

FeeTypeMasterModel
NameDescriptionTypeAdditional information
FeeTypeMaster_ID

integer

None.

Code

string

None.

FeeName

string

None.

Period_ID

integer

None.

CollectionFrequency_ID

integer

None.

COA_ID

integer

None.

FeeGroup_ID

integer

None.

ActiveFromDate

date

None.

Isrefundable

boolean

None.

Amount

decimal number

None.

FeeTypeStatus_ID

integer

None.

Remarks

string

None.

FeePriority

integer

None.

Status

string

None.

ToDate

date

None.

COA_Name

string

None.

FeeGroupName

string

None.

ActiveToDate

date

None.

FeeCategory_Id

integer

None.

PageNo

integer

None.

PageSize

integer

None.

SortOrder

string

None.

SortColumn

string

None.

RowCount

integer

None.

ParentName

string

None.

DefaultValue

string

None.

CreatedDate

date

None.

CreatedBy_ID

integer

None.

ModifiedDate

date

None.

ModifiedBy_ID

integer

None.

SchoolID

integer

None.

GroupID

integer

None.

ISDeleted

boolean

None.

Sessionyear

integer

None.

ASGMapping_Id

integer

None.

sgmapping_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "feetypemaster_id": 1,
  "code": "sample string 2",
  "feename": "sample string 3",
  "period_id": 1,
  "collectionfrequency_id": 1,
  "coa_id": 1,
  "feegroup_id": 1,
  "activefromdate": "2025-12-06T12:24:47.3337235+05:30",
  "isrefundable": true,
  "amount": 1.1,
  "feetypestatus_id": 1,
  "remarks": "sample string 4",
  "feepriority": 1,
  "status": "sample string 5",
  "todate": "2025-12-06T12:24:47.3337235+05:30",
  "coa_name": "sample string 7",
  "feegroupname": "sample string 8",
  "activetodate": "2025-12-06T12:24:47.3337235+05:30",
  "feecategory_id": 1,
  "pageno": 9,
  "pagesize": 10,
  "sortorder": "sample string 11",
  "sortcolumn": "sample string 12",
  "rowcount": 13,
  "parentname": "sample string 14",
  "defaultvalue": "sample string 15",
  "createddate": "2025-12-06T12:24:47.3337235+05:30",
  "createdby_id": 17,
  "modifieddate": "2025-12-06T12:24:47.3337235+05:30",
  "modifiedby_id": 1,
  "schoolid": 1,
  "groupid": 1,
  "isdeleted": true,
  "sessionyear": 1,
  "asgmapping_id": 18,
  "sgmapping_id": 19
}

application/xml, text/xml

Sample:
<FeeTypeMasterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Fee">
  <ASGMapping_Id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">18</ASGMapping_Id>
  <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">17</CreatedBy_ID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:24:47.3337235+05:30</CreatedDate>
  <GroupID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</GroupID>
  <ISDeleted xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">true</ISDeleted>
  <ModifiedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</ModifiedBy_ID>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2025-12-06T12:24:47.3337235+05:30</ModifiedDate>
  <SchoolID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</SchoolID>
  <Sessionyear xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</Sessionyear>
  <sgmapping_id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">19</sgmapping_id>
  <ActiveFromDate>2025-12-06T12:24:47.3337235+05:30</ActiveFromDate>
  <ActiveToDate>2025-12-06T12:24:47.3337235+05:30</ActiveToDate>
  <Amount>1.1</Amount>
  <COA_ID>1</COA_ID>
  <COA_Name>sample string 7</COA_Name>
  <Code>sample string 2</Code>
  <CollectionFrequency_ID>1</CollectionFrequency_ID>
  <DefaultValue>sample string 15</DefaultValue>
  <FeeCategory_Id>1</FeeCategory_Id>
  <FeeGroupName>sample string 8</FeeGroupName>
  <FeeGroup_ID>1</FeeGroup_ID>
  <FeeName>sample string 3</FeeName>
  <FeePriority>1</FeePriority>
  <FeeTypeMaster_ID>1</FeeTypeMaster_ID>
  <FeeTypeStatus_ID>1</FeeTypeStatus_ID>
  <Isrefundable>true</Isrefundable>
  <PageNo>9</PageNo>
  <PageSize>10</PageSize>
  <ParentName>sample string 14</ParentName>
  <Period_ID>1</Period_ID>
  <Remarks>sample string 4</Remarks>
  <RowCount>13</RowCount>
  <SortColumn>sample string 12</SortColumn>
  <SortOrder>sample string 11</SortOrder>
  <Status>sample string 5</Status>
  <ToDate>2025-12-06T12:24:47.3337235+05:30</ToDate>
</FeeTypeMasterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.