POST Api/Operating_ExpenditureBudget/setup/Opex_AVG_Branch_Add

Request Information

URI Parameters

None.

Body Parameters

Opex_AVG_Branch_Add
NameDescriptionTypeAdditional information
Year

string

None.

Branch_COde

string

None.

Opex

decimal number

None.

Item

string

None.

BudgetingLevel

string

None.

Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Year": "sample string 1",
  "Branch_COde": "sample string 2",
  "Opex": 1.0,
  "Item": "sample string 3",
  "BudgetingLevel": "sample string 4",
  "Id": 5
}

text/html

Sample:
{"Year":"sample string 1","Branch_COde":"sample string 2","Opex":1.0,"Item":"sample string 3","BudgetingLevel":"sample string 4","Id":5}

application/xml, text/xml

Sample:
<Opex_AVG_Branch_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup">
  <Branch_COde>sample string 2</Branch_COde>
  <BudgetingLevel>sample string 4</BudgetingLevel>
  <Id>5</Id>
  <Item>sample string 3</Item>
  <Opex>1</Opex>
  <Year>sample string 1</Year>
</Opex_AVG_Branch_Add>

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.