POST api/v1/finance_FeeItem
Request Information
URI Parameters
None.
Body Parameters
Finance_FeeItemVM| Name | Description | Type | Additional information |
|---|---|---|---|
| financeFeeItemId | integer |
None. |
|
| financeFeeItemName | string |
None. |
|
| tenantId | integer |
None. |
|
| isVatApply | boolean |
None. |
|
| chartOfAccountId | integer |
None. |
|
| chartOfAccountName | string |
None. |
|
| vatApplyValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"financeFeeItemId": 1,
"financeFeeItemName": "sample string 2",
"tenantId": 1,
"isVatApply": true,
"chartOfAccountId": 1,
"chartOfAccountName": "sample string 4",
"vatApplyValue": "sample string 5"
}
application/xml, text/xml
Sample:
<Finance_FeeItemVM 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> <financeFeeItemId>1</financeFeeItemId> <financeFeeItemName>sample string 2</financeFeeItemName> <isVatApply>true</isVatApply> <tenantId>1</tenantId> <vatApplyValue>sample string 5</vatApplyValue> </Finance_FeeItemVM>
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.