POST api/v1/finance_ChartOfAccountType
Request Information
URI Parameters
None.
Body Parameters
Finance_ChartOfAccountTypeVMName | 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": "2024-11-24T09:33:01.1697953-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>2024-11-24T09:33:01.1697953-08:00</dateCreated> <tenantId>1</tenantId> </Finance_ChartOfAccountTypeVM>
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.