POST Api/Human_Capital_Budget/setup/FixedAsset_BroughtForward_Add
Request Information
URI Parameters
None.
Body Parameters
Depreciation_Brought_Forward_AddName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Year | string |
None. |
|
Mis_Code | string |
None. |
|
Category | string |
None. |
|
Month1 | decimal number |
None. |
|
BudgetingLevel | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Year": "sample string 2", "Mis_Code": "sample string 3", "Category": "sample string 4", "Month1": 5.0, "BudgetingLevel": "sample string 6" }
text/html
Sample:
{"Id":1,"Year":"sample string 2","Mis_Code":"sample string 3","Category":"sample string 4","Month1":5.0,"BudgetingLevel":"sample string 6"}
application/xml, text/xml
Sample:
<Depreciation_Brought_Forward_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup"> <BudgetingLevel>sample string 6</BudgetingLevel> <Category>sample string 4</Category> <Id>1</Id> <Mis_Code>sample string 3</Mis_Code> <Month1>5</Month1> <Year>sample string 2</Year> </Depreciation_Brought_Forward_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. |