POST api/v1/finance_AccountType
Request Information
URI Parameters
None.
Body Parameters
Finance_AccountTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| accountTypeId | integer |
None. |
|
| accountTypeName | string |
None. |
|
| debit | string |
None. |
|
| credit | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
|
| accountNumber | string |
None. |
|
| accountName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"accountTypeId": 1,
"accountTypeName": "sample string 2",
"debit": "sample string 3",
"credit": "sample string 4",
"dateCreated": "2025-11-05T17:34:04.0424323-08:00",
"tenantId": 1,
"createdBy": 5,
"accountNumber": "sample string 6",
"accountName": "sample string 7"
}
application/xml, text/xml
Sample:
<Finance_AccountTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <accountName>sample string 7</accountName> <accountNumber>sample string 6</accountNumber> <accountTypeId>1</accountTypeId> <accountTypeName>sample string 2</accountTypeName> <createdBy>5</createdBy> <credit>sample string 4</credit> <dateCreated>2025-11-05T17:34:04.0424323-08:00</dateCreated> <debit>sample string 3</debit> <tenantId>1</tenantId> </Finance_AccountTypeVM>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.