POST Api/Operating_ExpenditureBudget/setup/Opex_AVG_CostCentre_Delete_Mult

Request Information

URI Parameters

None.

Body Parameters

Collection of Opex_AVG_CostCentre
NameDescriptionTypeAdditional information
Year

string

None.

Branch_COde

string

None.

Opex

decimal number

None.

Item

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",
    "Id": 4
  },
  {
    "Year": "sample string 1",
    "Branch_COde": "sample string 2",
    "Opex": 1.0,
    "Item": "sample string 3",
    "Id": 4
  }
]

text/html

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

application/xml, text/xml

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

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.