POST Api/Operating_ExpenditureBudget/Input/OPEX_Branch_Detail_Add2
Request Information
URI Parameters
None.
Body Parameters
OpexInputUpdateName | Description | Type | Additional information |
---|---|---|---|
Mis_Code | string |
None. |
|
month1 | decimal number |
None. |
|
Year | string |
None. |
|
id | integer |
None. |
|
Category | string |
None. |
|
ItemCode | string |
None. |
|
ItemName | string |
None. |
|
UnitPrice | 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. |
|
Justification | string |
None. |
|
BudgetingLevel | string |
None. |
|
User | string |
None. |
|
Trans_Date | date |
None. |
|
Date_lastUpdated | date |
None. |
|
detailid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Mis_Code": "sample string 1", "month1": 2.0, "Year": "sample string 3", "id": 4, "Category": "sample string 5", "ItemCode": "sample string 6", "ItemName": "sample string 7", "UnitPrice": 8.0, "month2": 9.0, "month3": 10.0, "month4": 11.0, "month5": 12.0, "month6": 13.0, "month7": 14.0, "month8": 15.0, "month9": 16.0, "month10": 17.0, "month11": 18.0, "month12": 19.0, "Justification": "sample string 20", "BudgetingLevel": "sample string 21", "User": "sample string 22", "Trans_Date": "2025-05-20T16:41:38.5468024+01:00", "Date_lastUpdated": "2025-05-20T16:41:38.5468024+01:00", "detailid": 1 }
text/html
Sample:
{"Mis_Code":"sample string 1","month1":2.0,"Year":"sample string 3","id":4,"Category":"sample string 5","ItemCode":"sample string 6","ItemName":"sample string 7","UnitPrice":8.0,"month2":9.0,"month3":10.0,"month4":11.0,"month5":12.0,"month6":13.0,"month7":14.0,"month8":15.0,"month9":16.0,"month10":17.0,"month11":18.0,"month12":19.0,"Justification":"sample string 20","BudgetingLevel":"sample string 21","User":"sample string 22","Trans_Date":"2025-05-20T16:41:38.5468024+01:00","Date_lastUpdated":"2025-05-20T16:41:38.5468024+01:00","detailid":1}
application/xml, text/xml
Sample:
<OpexInputUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input"> <BudgetingLevel>sample string 21</BudgetingLevel> <Category>sample string 5</Category> <Date_lastUpdated>2025-05-20T16:41:38.5468024+01:00</Date_lastUpdated> <ItemCode>sample string 6</ItemCode> <ItemName>sample string 7</ItemName> <Justification>sample string 20</Justification> <Mis_Code>sample string 1</Mis_Code> <Trans_Date>2025-05-20T16:41:38.5468024+01:00</Trans_Date> <UnitPrice>8</UnitPrice> <User>sample string 22</User> <Year>sample string 3</Year> <detailid>1</detailid> <id>4</id> <month1>2</month1> <month10>17</month10> <month11>18</month11> <month12>19</month12> <month2>9</month2> <month3>10</month3> <month4>11</month4> <month5>12</month5> <month6>13</month6> <month7>14</month7> <month8>15</month8> <month9>16</month9> </OpexInputUpdate>
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. |