GET Api/Capital_Expenditure/input/capex_Cost
Request Information
URI Parameters
None.
Body Parameters
capex_Depreciation_monthlyName | Description | Type | Additional information |
---|---|---|---|
Category | string |
None. |
|
Branch_Code | string |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Category": "sample string 1", "Branch_Code": "sample string 2", "Type": "sample string 3" }
text/html
Sample:
{"Category":"sample string 1","Branch_Code":"sample string 2","Type":"sample string 3"}
application/xml, text/xml
Sample:
<capex_Depreciation_monthly 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> <Type>sample string 3</Type> </capex_Depreciation_monthly>
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. |