POST Api/Operating_ExpenditureBudget/setup/Opex_AVG_CostCentre_Add
Request Information
URI Parameters
None.
Body Parameters
Opex_AVG_CostCentre_AddName | Description | Type | Additional 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 }
text/html
Sample:
{"Year":"sample string 1","Branch_COde":"sample string 2","Opex":1.0,"Item":"sample string 3","Id":4}
application/xml, text/xml
Sample:
<Opex_AVG_CostCentre_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> <Id>4</Id> <Item>sample string 3</Item> <Opex>1</Opex> <Year>sample string 1</Year> </Opex_AVG_CostCentre_Add>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |