POST api/v1/finance_ChartOfAccountType
Request Information
URI Parameters
None.
Body Parameters
Finance_ChartOfAccountTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| chartOfAccountTypeId | integer |
None. |
|
| chartOfAccountTypeName | string |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"chartOfAccountTypeId": 1,
"chartOfAccountTypeName": "sample string 2",
"tenantId": 1,
"dateCreated": "2025-11-05T17:34:06.1294156-08:00",
"createdBy": 1
}
application/xml, text/xml
Sample:
<Finance_ChartOfAccountTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <chartOfAccountTypeId>1</chartOfAccountTypeId> <chartOfAccountTypeName>sample string 2</chartOfAccountTypeName> <createdBy>1</createdBy> <dateCreated>2025-11-05T17:34:06.1294156-08:00</dateCreated> <tenantId>1</tenantId> </Finance_ChartOfAccountTypeVM>
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.