PUT api/v1/finance_FeeWaiverCondition/{feeWaiverConditionId}/feeWaiverConditionId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
feeWaiverConditionId | integer |
Required |
Body Parameters
Finance_FeeWaiverConditionVMName | Description | Type | Additional information |
---|---|---|---|
feeWaiverConditionId | integer |
None. |
|
feeWaiverConditionName | string |
None. |
|
feeWaiverTypeId | integer |
None. |
|
academicSessionId | integer |
None. |
|
condition | string |
None. |
|
isTerminable | boolean |
None. |
|
conditionLimit | integer |
None. |
|
tenantId | integer |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
|
financeFeeWaiverId | integer |
None. |
|
financeFeeWaiverName | string |
None. |
|
isTerminableText | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "feeWaiverConditionId": 1, "feeWaiverConditionName": "sample string 2", "feeWaiverTypeId": 1, "academicSessionId": 1, "condition": "sample string 3", "isTerminable": true, "conditionLimit": 1, "tenantId": 1, "dateCreated": "2024-11-24T09:06:03.2203303-08:00", "createdBy": 4, "financeFeeWaiverId": 1, "financeFeeWaiverName": "sample string 5", "isTerminableText": "sample string 6" }
application/xml, text/xml
Sample:
<Finance_FeeWaiverConditionVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <academicSessionId>1</academicSessionId> <condition>sample string 3</condition> <conditionLimit>1</conditionLimit> <createdBy>4</createdBy> <dateCreated>2024-11-24T09:06:03.2203303-08:00</dateCreated> <feeWaiverConditionId>1</feeWaiverConditionId> <feeWaiverConditionName>sample string 2</feeWaiverConditionName> <feeWaiverTypeId>1</feeWaiverTypeId> <financeFeeWaiverId>1</financeFeeWaiverId> <financeFeeWaiverName>sample string 5</financeFeeWaiverName> <isTerminable>true</isTerminable> <isTerminableText>sample string 6</isTerminableText> <tenantId>1</tenantId> </Finance_FeeWaiverConditionVM>
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.