POST api/v1/finance_FeeWaiverCategory
Request Information
URI Parameters
None.
Body Parameters
Finance_FeeWaiverCategoryVM| Name | Description | Type | Additional information |
|---|---|---|---|
| feeWaiverCategoryId | integer |
None. |
|
| chartOfAccountId | integer |
None. |
|
| feeWaiverCategoryName | string |
None. |
|
| description | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| chartOfAccountName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"feeWaiverCategoryId": 1,
"chartOfAccountId": 1,
"feeWaiverCategoryName": "sample string 2",
"description": "sample string 3",
"dateCreated": "2025-11-03T12:08:05.0164482-08:00",
"tenantId": 1,
"chartOfAccountName": "sample string 4"
}
application/xml, text/xml
Sample:
<Finance_FeeWaiverCategoryVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <chartOfAccountId>1</chartOfAccountId> <chartOfAccountName>sample string 4</chartOfAccountName> <dateCreated>2025-11-03T12:08:05.0164482-08:00</dateCreated> <description>sample string 3</description> <feeWaiverCategoryId>1</feeWaiverCategoryId> <feeWaiverCategoryName>sample string 2</feeWaiverCategoryName> <tenantId>1</tenantId> </Finance_FeeWaiverCategoryVM>
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.