PUT api/v1/finance_AccountType/{accountTypeId}/accountTypeId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountTypeId | integer |
Required |
Body Parameters
Finance_AccountTypeVMName | 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": "2024-11-24T10:00:27.9408161-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>2024-11-24T10:00:27.9408161-08:00</dateCreated> <debit>sample string 3</debit> <tenantId>1</tenantId> </Finance_AccountTypeVM>
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.