POST api/Budget/GetAccountType

Request Information

URI Parameters

None.

Body Parameters

PurchaseRequestParameterAPIViewModel
NameDescriptionTypeAdditional information
DateCreated

date

None.

DepartmentCode

string

None.

CostCenterCode

string

None.

CompanyCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DateCreated": "2026-01-06T21:31:15.2161209+08:00",
  "DepartmentCode": "sample string 1",
  "CostCenterCode": "sample string 2",
  "CompanyCode": "sample string 3"
}

application/xml, text/xml

Sample:
<PurchaseRequestParameterAPIViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VES.OnBudget.API.SharedLibrary">
  <CompanyCode>sample string 3</CompanyCode>
  <CostCenterCode>sample string 2</CostCenterCode>
  <DateCreated>2026-01-06T21:31:15.2161209+08:00</DateCreated>
  <DepartmentCode>sample string 1</DepartmentCode>
</PurchaseRequestParameterAPIViewModel>

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.