POST api/v1/finance_FeeWaiver
Request Information
URI Parameters
None.
Body Parameters
Finance_FeeWaiverVMName | Description | Type | Additional information |
---|---|---|---|
financeFeeWaiverId | integer |
None. |
|
financeFeeWaiverName | string |
None. |
|
feeWaiverCategoryId | integer |
None. |
|
percentage | integer |
None. |
|
description | string |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
chartOfAccountId | integer |
None. |
|
feeWaiverCategoryName | string |
None. |
|
chartOfAccountName | string |
None. |
|
academicSessionId | integer |
None. |
|
studentsLimit | integer |
None. |
|
academicSessionName | string |
None. |
|
closingDate | date |
None. |
|
limitUtilized | integer |
None. |
|
hasCondition | boolean |
None. |
|
amount | decimal number |
None. |
|
isInPercentage | boolean |
None. |
|
percentageOf | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "financeFeeWaiverId": 1, "financeFeeWaiverName": "sample string 2", "feeWaiverCategoryId": 1, "percentage": 3, "description": "sample string 4", "dateCreated": "2024-11-24T08:57:03.4031596-08:00", "tenantId": 1, "chartOfAccountId": 1, "feeWaiverCategoryName": "sample string 5", "chartOfAccountName": "sample string 6", "academicSessionId": 1, "studentsLimit": 1, "academicSessionName": "sample string 7", "closingDate": "2024-11-24T08:57:03.4031596-08:00", "limitUtilized": 8, "hasCondition": true, "amount": 10.0, "isInPercentage": true, "percentageOf": 1 }
application/xml, text/xml
Sample:
<Finance_FeeWaiverVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicSessionId>1</academicSessionId> <academicSessionName>sample string 7</academicSessionName> <amount>10</amount> <chartOfAccountId>1</chartOfAccountId> <chartOfAccountName>sample string 6</chartOfAccountName> <closingDate>2024-11-24T08:57:03.4031596-08:00</closingDate> <dateCreated>2024-11-24T08:57:03.4031596-08:00</dateCreated> <description>sample string 4</description> <feeWaiverCategoryId>1</feeWaiverCategoryId> <feeWaiverCategoryName>sample string 5</feeWaiverCategoryName> <financeFeeWaiverId>1</financeFeeWaiverId> <financeFeeWaiverName>sample string 2</financeFeeWaiverName> <hasCondition>true</hasCondition> <isInPercentage>true</isInPercentage> <limitUtilized>8</limitUtilized> <percentage>3</percentage> <percentageOf>1</percentageOf> <studentsLimit>1</studentsLimit> <tenantId>1</tenantId> </Finance_FeeWaiverVM>
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.