PUT api/v1/finance_BudgetAccount/{budgetAccountId}/budgetAccountId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| budgetAccountId | integer |
Required |
Body Parameters
Finance_BudgetAccountVM| Name | Description | Type | Additional information |
|---|---|---|---|
| budgetAccountId | integer |
None. |
|
| departmentId | integer |
None. |
|
| accountManagerId | integer |
None. |
|
| accountName | string |
None. |
|
| financialYearId | integer |
None. |
|
| affectedBankId | integer |
None. |
|
| budget | decimal number |
None. |
|
| budgetAsOf | date |
None. |
|
| dateCreated | date |
None. |
|
| createdBy | integer |
None. |
|
| tenantId | integer |
None. |
|
| departmentName | string |
None. |
|
| accountManagerName | string |
None. |
|
| financialYearName | string |
None. |
|
| expense | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"budgetAccountId": 1,
"departmentId": 1,
"accountManagerId": 1,
"accountName": "sample string 2",
"financialYearId": 1,
"affectedBankId": 1,
"budget": 1.0,
"budgetAsOf": "2025-11-05T17:38:51.2697585-08:00",
"dateCreated": "2025-11-05T17:38:51.2697585-08:00",
"createdBy": 1,
"tenantId": 1,
"departmentName": "sample string 3",
"accountManagerName": "sample string 4",
"financialYearName": "sample string 5",
"expense": 6.0
}
application/xml, text/xml
Sample:
<Finance_BudgetAccountVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <accountManagerId>1</accountManagerId> <accountManagerName>sample string 4</accountManagerName> <accountName>sample string 2</accountName> <affectedBankId>1</affectedBankId> <budget>1</budget> <budgetAccountId>1</budgetAccountId> <budgetAsOf>2025-11-05T17:38:51.2697585-08:00</budgetAsOf> <createdBy>1</createdBy> <dateCreated>2025-11-05T17:38:51.2697585-08:00</dateCreated> <departmentId>1</departmentId> <departmentName>sample string 3</departmentName> <expense>6</expense> <financialYearId>1</financialYearId> <financialYearName>sample string 5</financialYearName> <tenantId>1</tenantId> </Finance_BudgetAccountVM>
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.