PUT api/v1/finance_FeeWaiverType/{feeWaiverTypeId}/feeWaiverTypeId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| feeWaiverTypeId | integer |
Required |
Body Parameters
Finance_FeeWaiverTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| financeFeeWaiverTypeId | integer |
None. |
|
| financeFeeWaiverTypeName | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"financeFeeWaiverTypeId": 1,
"financeFeeWaiverTypeName": "sample string 2",
"dateCreated": "2025-11-03T12:09:40.4601718-08:00",
"tenantId": 1
}
application/xml, text/xml
Sample:
<Finance_FeeWaiverTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <dateCreated>2025-11-03T12:09:40.4601718-08:00</dateCreated> <financeFeeWaiverTypeId>1</financeFeeWaiverTypeId> <financeFeeWaiverTypeName>sample string 2</financeFeeWaiverTypeName> <tenantId>1</tenantId> </Finance_FeeWaiverTypeVM>
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.