POST api/Budget/GetRemainingBalance

Request Information

URI Parameters

None.

Body Parameters

BudgetAccountBalanceModel
NameDescriptionTypeAdditional information
companycode

string

None.

departmentcode

string

None.

year

integer

None.

accounttypecode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companycode": "sample string 1",
  "departmentcode": "sample string 2",
  "year": 3,
  "accounttypecode": "sample string 4"
}

application/xml, text/xml

Sample:
<BudgetAccountBalanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VES.OnBudget.API.SharedLibrary">
  <accounttypecode>sample string 4</accounttypecode>
  <companycode>sample string 1</companycode>
  <departmentcode>sample string 2</departmentcode>
  <year>3</year>
</BudgetAccountBalanceModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResultOfVibeAPIResult
NameDescriptionTypeAdditional information
Content

VibeAPIResult

None.

SerializerSettings

JsonSerializerSettings

None.

Encoding

Encoding

None.

Request

HttpRequestMessage

None.

Response Formats

application/json, text/json

Sample:

Sample not available.