POST api/v1/setup_ChartOfAccount
Request Information
URI Parameters
None.
Body Parameters
Setup_ChartOfAccountVM| Name | Description | Type | Additional information |
|---|---|---|---|
| chartOfAccountId | integer |
None. |
|
| chartOfAccountName | string |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"chartOfAccountId": 1,
"chartOfAccountName": "sample string 2",
"tenantId": 1,
"createdBy": 3
}
application/xml, text/xml
Sample:
<Setup_ChartOfAccountVM 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 2</chartOfAccountName> <createdBy>3</createdBy> <tenantId>1</tenantId> </Setup_ChartOfAccountVM>
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.