PUT Api/Human_Capital_Budget/setup/Depreciation_Current_Level_CostCentre_Month_Update
Request Information
URI Parameters
None.
Body Parameters
Depreciation_Current_Level_CostCentre_Month_AddName | Description | Type | Additional information |
---|---|---|---|
Item | string |
None. |
|
Mis_Code | string |
None. |
|
Category | string |
None. |
|
Month1 | decimal number |
None. |
|
Month2 | decimal number |
None. |
|
Month3 | decimal number |
None. |
|
Month4 | decimal number |
None. |
|
Month5 | decimal number |
None. |
|
Month6 | decimal number |
None. |
|
Month7 | decimal number |
None. |
|
Month8 | decimal number |
None. |
|
Month9 | decimal number |
None. |
|
Month10 | decimal number |
None. |
|
Month11 | decimal number |
None. |
|
Month12 | decimal number |
None. |
|
Year | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Item": "sample string 1", "Mis_Code": "sample string 2", "Category": "sample string 3", "Month1": 4.0, "Month2": 5.0, "Month3": 6.0, "Month4": 7.0, "Month5": 8.0, "Month6": 9.0, "Month7": 10.0, "Month8": 11.0, "Month9": 12.0, "Month10": 13.0, "Month11": 14.0, "Month12": 15.0, "Year": "sample string 16", "id": 17 }
text/html
Sample:
{"Item":"sample string 1","Mis_Code":"sample string 2","Category":"sample string 3","Month1":4.0,"Month2":5.0,"Month3":6.0,"Month4":7.0,"Month5":8.0,"Month6":9.0,"Month7":10.0,"Month8":11.0,"Month9":12.0,"Month10":13.0,"Month11":14.0,"Month12":15.0,"Year":"sample string 16","id":17}
application/xml, text/xml
Sample:
<Depreciation_Current_Level_CostCentre_Month_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Setup"> <Category>sample string 3</Category> <Item>sample string 1</Item> <Mis_Code>sample string 2</Mis_Code> <Month1>4</Month1> <Month10>13</Month10> <Month11>14</Month11> <Month12>15</Month12> <Month2>5</Month2> <Month3>6</Month3> <Month4>7</Month4> <Month5>8</Month5> <Month6>9</Month6> <Month7>10</Month7> <Month8>11</Month8> <Month9>12</Month9> <Year>sample string 16</Year> <id>17</id> </Depreciation_Current_Level_CostCentre_Month_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. |