POST Api/Operating_ExpenditureBudget/Input/OPEX_CostCentre_Detail_Add2_New
Request Information
URI Parameters
None.
Body Parameters
OPEX_CostCentre_DiaName | Description | Type | Additional information |
---|---|---|---|
Mis_Code | string |
None. |
|
month1 | decimal number |
None. |
|
Year | string |
None. |
|
Item | string |
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. |
|
Trans_Date | date |
None. |
|
Date_lastUpdated | date |
None. |
|
user | string |
None. |
|
detailid | integer |
None. |
|
Category | string |
None. |
|
id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Mis_Code": "sample string 1", "month1": 2.0, "Year": "sample string 3", "Item": "sample string 4", "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, "Justification": "sample string 16", "Trans_Date": "2025-05-20T17:40:42.0668094+01:00", "Date_lastUpdated": "2025-05-20T17:40:42.0668094+01:00", "user": "sample string 17", "detailid": 1, "Category": "sample string 18", "id": 19 }
text/html
Sample:
{"Mis_Code":"sample string 1","month1":2.0,"Year":"sample string 3","Item":"sample string 4","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,"Justification":"sample string 16","Trans_Date":"2025-05-20T17:40:42.0668094+01:00","Date_lastUpdated":"2025-05-20T17:40:42.0668094+01:00","user":"sample string 17","detailid":1,"Category":"sample string 18","id":19}
application/xml, text/xml
Sample:
<OPEX_CostCentre_Dia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.BudgetDB"> <Category>sample string 18</Category> <Date_lastUpdated>2025-05-20T17:40:42.0668094+01:00</Date_lastUpdated> <Item>sample string 4</Item> <Justification>sample string 16</Justification> <Mis_Code>sample string 1</Mis_Code> <Trans_Date>2025-05-20T17:40:42.0668094+01:00</Trans_Date> <Year>sample string 3</Year> <detailid>1</detailid> <id>19</id> <month1>2</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> <user>sample string 17</user> </OPEX_CostCentre_Dia>
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. |