GET Api/Operating_ExpenditureBudget/Input/OPEXAVG_getlist

Request Information

URI Parameters

None.

Body Parameters

Opex_AVG
NameDescriptionTypeAdditional information
Category

string

None.

Branch_Code

string

None.

Type

string

None.

ParentCode

string

None.

user

string

None.

Level

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Category": "sample string 1",
  "Branch_Code": "sample string 2",
  "Type": "sample string 3",
  "ParentCode": "sample string 4",
  "user": "sample string 5",
  "Level": "sample string 6"
}

text/html

Sample:
{"Category":"sample string 1","Branch_Code":"sample string 2","Type":"sample string 3","ParentCode":"sample string 4","user":"sample string 5","Level":"sample string 6"}

application/xml, text/xml

Sample:
<Opex_AVG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input">
  <Branch_Code>sample string 2</Branch_Code>
  <Category>sample string 1</Category>
  <Level>sample string 6</Level>
  <ParentCode>sample string 4</ParentCode>
  <Type>sample string 3</Type>
  <user>sample string 5</user>
</Opex_AVG>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.