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