PUT api/v1/finance_BudgetAccountSub/{budgetAccountSubId}/budgetAccountSubId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
budgetAccountSubId

integer

Required

Body Parameters

Finance_BudgetAccountSubVM
NameDescriptionTypeAdditional information
budgetAccountSubId

integer

None.

accountId

integer

None.

coaId

integer

None.

departmentId

integer

None.

subAccountManagerId

integer

None.

subAccountName

string

None.

financialYearId

integer

None.

budget

decimal number

None.

budgetAsOf

date

None.

dateCreated

date

None.

createdBy

integer

None.

tenantId

integer

None.

subAccountManagerName

string

None.

financialYearName

string

None.

accountName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "budgetAccountSubId": 1,
  "accountId": 1,
  "coaId": 1,
  "departmentId": 1,
  "subAccountManagerId": 1,
  "subAccountName": "sample string 2",
  "financialYearId": 1,
  "budget": 1.0,
  "budgetAsOf": "2024-09-19T11:08:09.8553128-07:00",
  "dateCreated": "2024-09-19T11:08:09.8553128-07:00",
  "createdBy": 1,
  "tenantId": 1,
  "subAccountManagerName": "sample string 3",
  "financialYearName": "sample string 4",
  "accountName": "sample string 5"
}

application/xml, text/xml

Sample:
<Finance_BudgetAccountSubVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <accountId>1</accountId>
  <accountName>sample string 5</accountName>
  <budget>1</budget>
  <budgetAccountSubId>1</budgetAccountSubId>
  <budgetAsOf>2024-09-19T11:08:09.8553128-07:00</budgetAsOf>
  <coaId>1</coaId>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T11:08:09.8553128-07:00</dateCreated>
  <departmentId>1</departmentId>
  <financialYearId>1</financialYearId>
  <financialYearName>sample string 4</financialYearName>
  <subAccountManagerId>1</subAccountManagerId>
  <subAccountManagerName>sample string 3</subAccountManagerName>
  <subAccountName>sample string 2</subAccountName>
  <tenantId>1</tenantId>
</Finance_BudgetAccountSubVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.