POST Api/Human_Capital_Budget/setup/FixedAsset_BroughtForward_CostCentre_delete_Mult
Request Information
URI Parameters
None.
Body Parameters
Collection of Depreciation_Brought_Forward_CostCentreName | Description | Type | Additional information |
---|---|---|---|
Year | string |
None. |
|
Mis_Code | string |
None. |
|
Category | string |
None. |
|
Month1 | decimal number |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Year": "sample string 1", "Mis_Code": "sample string 2", "Category": "sample string 3", "Month1": 4.0, "Id": 5 }, { "Year": "sample string 1", "Mis_Code": "sample string 2", "Category": "sample string 3", "Month1": 4.0, "Id": 5 } ]
text/html
Sample:
[{"Year":"sample string 1","Mis_Code":"sample string 2","Category":"sample string 3","Month1":4.0,"Id":5},{"Year":"sample string 1","Mis_Code":"sample string 2","Category":"sample string 3","Month1":4.0,"Id":5}]
application/xml, text/xml
Sample:
<ArrayOfDepreciation_Brought_Forward_CostCentre xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <Depreciation_Brought_Forward_CostCentre> <Category>sample string 3</Category> <Id>5</Id> <Mis_Code>sample string 2</Mis_Code> <Month1>4</Month1> <Year>sample string 1</Year> </Depreciation_Brought_Forward_CostCentre> <Depreciation_Brought_Forward_CostCentre> <Category>sample string 3</Category> <Id>5</Id> <Mis_Code>sample string 2</Mis_Code> <Month1>4</Month1> <Year>sample string 1</Year> </Depreciation_Brought_Forward_CostCentre> </ArrayOfDepreciation_Brought_Forward_CostCentre>
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. |