POST Api/EBanking/input/EBanking_Input_Latest_New_Add
Request Information
URI Parameters
None.
Body Parameters
EBanking_Input_Latest_AddName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
Mis_Code | string |
None. |
|
Caption | 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. |
|
BudgetingLevel | string |
None. |
|
User | string |
None. |
|
Year | string |
None. |
|
Trans_Date | date |
None. |
|
Date_lastUpdated | date |
None. |
|
item_Code | string |
None. |
|
cat_Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "Mis_Code": "sample string 2", "Caption": "sample string 3", "month1": 1.0, "month2": 1.0, "month3": 1.0, "month4": 1.0, "month5": 1.0, "month6": 1.0, "month7": 1.0, "month8": 1.0, "month9": 1.0, "month10": 1.0, "month11": 1.0, "month12": 1.0, "BudgetingLevel": "sample string 4", "User": "sample string 5", "Year": "sample string 6", "Trans_Date": "2025-05-20T16:12:08.0907123+01:00", "Date_lastUpdated": "2025-05-20T16:12:08.0907123+01:00", "item_Code": "sample string 7", "cat_Code": "sample string 8" }
text/html
Sample:
{"id":1,"Mis_Code":"sample string 2","Caption":"sample string 3","month1":1.0,"month2":1.0,"month3":1.0,"month4":1.0,"month5":1.0,"month6":1.0,"month7":1.0,"month8":1.0,"month9":1.0,"month10":1.0,"month11":1.0,"month12":1.0,"BudgetingLevel":"sample string 4","User":"sample string 5","Year":"sample string 6","Trans_Date":"2025-05-20T16:12:08.0907123+01:00","Date_lastUpdated":"2025-05-20T16:12:08.0907123+01:00","item_Code":"sample string 7","cat_Code":"sample string 8"}
application/xml, text/xml
Sample:
<EBanking_Input_Latest_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input"> <BudgetingLevel>sample string 4</BudgetingLevel> <Caption>sample string 3</Caption> <Date_lastUpdated>2025-05-20T16:12:08.0907123+01:00</Date_lastUpdated> <Mis_Code>sample string 2</Mis_Code> <Trans_Date>2025-05-20T16:12:08.0907123+01:00</Trans_Date> <User>sample string 5</User> <Year>sample string 6</Year> <cat_Code>sample string 8</cat_Code> <id>1</id> <item_Code>sample string 7</item_Code> <month1>1</month1> <month10>1</month10> <month11>1</month11> <month12>1</month12> <month2>1</month2> <month3>1</month3> <month4>1</month4> <month5>1</month5> <month6>1</month6> <month7>1</month7> <month8>1</month8> <month9>1</month9> </EBanking_Input_Latest_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. |