POST api/SchoolAdminFee/DeleteLateFee
Request Information
URI Parameters
None.
Body Parameters
SchoolAdminLateFee| Name | Description | Type | Additional information |
|---|---|---|---|
| SNo | integer |
None. |
|
| SNoEnc | string |
None. |
|
| SchCode | string |
None. |
|
| SchName | string |
None. |
|
| FeeName | string |
None. |
|
| SessionSNo | string |
None. |
|
| ClassSNo | string |
None. |
|
| GroupSNo | string |
None. |
|
| FeesNo | string |
None. |
|
| FeeHeadSNo | string |
None. |
|
| FeeHead | string |
None. |
|
| LateFix | boolean |
None. |
|
| LateYY | boolean |
None. |
|
| LateMM | boolean |
None. |
|
| LateDD | boolean |
None. |
|
| LateFeeType | string |
None. |
|
| LateFee | string |
None. |
|
| Remarks | string |
None. |
|
| IsActive | boolean |
None. |
|
| FeeType | string |
None. |
|
| Status | boolean |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| Token | string |
None. |
|
| Expiration | date |
None. |
|
| ColSearchContent | string |
None. |
|
| ColSortActive | string |
None. |
|
| ColSortDirection | string |
None. |
|
| LongStr | string |
None. |
|
| SchoolCode | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"SNo": 1,
"SNoEnc": "sample string 2",
"SchCode": "sample string 3",
"SchName": "sample string 4",
"FeeName": "sample string 5",
"SessionSNo": "sample string 6",
"ClassSNo": "sample string 7",
"GroupSNo": "sample string 8",
"FeesNo": "sample string 9",
"FeeHeadSNo": "sample string 10",
"FeeHead": "sample string 11",
"LateFix": true,
"LateYY": true,
"LateMM": true,
"LateDD": true,
"LateFeeType": "sample string 16",
"LateFee": "sample string 17",
"Remarks": "sample string 18",
"IsActive": true,
"FeeType": "sample string 20",
"Status": true,
"PageNumber": 22,
"PageSize": 23,
"Token": "sample string 24",
"Expiration": "2026-02-05T06:09:40.4801+05:30",
"ColSearchContent": "sample string 26",
"ColSortActive": "sample string 27",
"ColSortDirection": "sample string 28",
"LongStr": "sample string 29",
"SchoolCode": "sample string 30",
"CreatedBy": "sample string 31",
"CreatedOn": "2026-02-05T06:09:40.4801+05:30",
"ModifiedBy": "sample string 33",
"ModifiedOn": "2026-02-05T06:09:40.4801+05:30"
}
application/xml, text/xml
Sample:
<SchoolAdminLateFee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NSMS_WebAPI.Models"> <ClassSNo>sample string 7</ClassSNo> <ColSearchContent>sample string 26</ColSearchContent> <ColSortActive>sample string 27</ColSortActive> <ColSortDirection>sample string 28</ColSortDirection> <CreatedBy>sample string 31</CreatedBy> <CreatedOn>2026-02-05T06:09:40.4801+05:30</CreatedOn> <Expiration>2026-02-05T06:09:40.4801+05:30</Expiration> <FeeHead>sample string 11</FeeHead> <FeeHeadSNo>sample string 10</FeeHeadSNo> <FeeName>sample string 5</FeeName> <FeeType>sample string 20</FeeType> <FeesNo>sample string 9</FeesNo> <GroupSNo>sample string 8</GroupSNo> <IsActive>true</IsActive> <LateDD>true</LateDD> <LateFee>sample string 17</LateFee> <LateFeeType>sample string 16</LateFeeType> <LateFix>true</LateFix> <LateMM>true</LateMM> <LateYY>true</LateYY> <LongStr>sample string 29</LongStr> <ModifiedBy>sample string 33</ModifiedBy> <ModifiedOn>2026-02-05T06:09:40.4801+05:30</ModifiedOn> <PageNumber>22</PageNumber> <PageSize>23</PageSize> <Remarks>sample string 18</Remarks> <SNo>1</SNo> <SNoEnc>sample string 2</SNoEnc> <SchCode>sample string 3</SchCode> <SchName>sample string 4</SchName> <SchoolCode>sample string 30</SchoolCode> <SessionSNo>sample string 6</SessionSNo> <Status>true</Status> <Token>sample string 24</Token> </SchoolAdminLateFee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.