PUT Api/Operating_ExpenditureBudget/Input/OPEX_CostCentre_Detail_Update2
Request Information
URI Parameters
None.
Body Parameters
OPEX_CostCentre_Dia_AddName | Description | Type | Additional information |
---|---|---|---|
Mis_Code | string |
None. |
|
month1 | decimal number |
None. |
|
Year | string |
None. |
|
id | integer |
None. |
|
Category | string |
None. |
|
Item | string |
None. |
|
ItemCode | string |
None. |
|
ItemName | 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. |
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", "Item": "sample string 6", "ItemCode": "sample string 7", "ItemName": "sample string 8", "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", "Trans_Date": "2025-05-20T17:35:17.2616748+01:00", "Date_lastUpdated": "2025-05-20T17:35:17.2616748+01:00", "user": "sample string 21", "detailid": 1 }
text/html
Sample:
{"Mis_Code":"sample string 1","month1":2.0,"Year":"sample string 3","id":4,"Category":"sample string 5","Item":"sample string 6","ItemCode":"sample string 7","ItemName":"sample string 8","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","Trans_Date":"2025-05-20T17:35:17.2616748+01:00","Date_lastUpdated":"2025-05-20T17:35:17.2616748+01:00","user":"sample string 21","detailid":1}
application/xml, text/xml
Sample:
<OPEX_CostCentre_Dia_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input"> <Category>sample string 5</Category> <Date_lastUpdated>2025-05-20T17:35:17.2616748+01:00</Date_lastUpdated> <Item>sample string 6</Item> <ItemCode>sample string 7</ItemCode> <ItemName>sample string 8</ItemName> <Justification>sample string 20</Justification> <Mis_Code>sample string 1</Mis_Code> <Trans_Date>2025-05-20T17:35:17.2616748+01:00</Trans_Date> <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> <user>sample string 21</user> </OPEX_CostCentre_Dia_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. |