POST Api/EBanking/input/EBanking_Input_delete_AsList_Mult
Request Information
URI Parameters
None.
Body Parameters
Collection of EBanking_Input_LatestName | 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": 4.0, "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, "BudgetingLevel": "sample string 16", "User": "sample string 17", "Year": "sample string 18", "Trans_Date": "2025-05-20T16:20:33.499317+01:00", "Date_lastUpdated": "2025-05-20T16:20:33.499317+01:00", "item_Code": "sample string 19", "cat_Code": "sample string 20" }, { "id": 1, "Mis_Code": "sample string 2", "Caption": "sample string 3", "month1": 4.0, "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, "BudgetingLevel": "sample string 16", "User": "sample string 17", "Year": "sample string 18", "Trans_Date": "2025-05-20T16:20:33.499317+01:00", "Date_lastUpdated": "2025-05-20T16:20:33.499317+01:00", "item_Code": "sample string 19", "cat_Code": "sample string 20" } ]
text/html
Sample:
[{"id":1,"Mis_Code":"sample string 2","Caption":"sample string 3","month1":4.0,"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,"BudgetingLevel":"sample string 16","User":"sample string 17","Year":"sample string 18","Trans_Date":"2025-05-20T16:20:33.499317+01:00","Date_lastUpdated":"2025-05-20T16:20:33.499317+01:00","item_Code":"sample string 19","cat_Code":"sample string 20"},{"id":1,"Mis_Code":"sample string 2","Caption":"sample string 3","month1":4.0,"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,"BudgetingLevel":"sample string 16","User":"sample string 17","Year":"sample string 18","Trans_Date":"2025-05-20T16:20:33.499317+01:00","Date_lastUpdated":"2025-05-20T16:20:33.499317+01:00","item_Code":"sample string 19","cat_Code":"sample string 20"}]
application/xml, text/xml
Sample:
<ArrayOfEBanking_Input_Latest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input"> <EBanking_Input_Latest> <BudgetingLevel>sample string 16</BudgetingLevel> <Caption>sample string 3</Caption> <Date_lastUpdated>2025-05-20T16:20:33.499317+01:00</Date_lastUpdated> <Mis_Code>sample string 2</Mis_Code> <Trans_Date>2025-05-20T16:20:33.499317+01:00</Trans_Date> <User>sample string 17</User> <Year>sample string 18</Year> <cat_Code>sample string 20</cat_Code> <id>1</id> <item_Code>sample string 19</item_Code> <month1>4</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> </EBanking_Input_Latest> <EBanking_Input_Latest> <BudgetingLevel>sample string 16</BudgetingLevel> <Caption>sample string 3</Caption> <Date_lastUpdated>2025-05-20T16:20:33.499317+01:00</Date_lastUpdated> <Mis_Code>sample string 2</Mis_Code> <Trans_Date>2025-05-20T16:20:33.499317+01:00</Trans_Date> <User>sample string 17</User> <Year>sample string 18</Year> <cat_Code>sample string 20</cat_Code> <id>1</id> <item_Code>sample string 19</item_Code> <month1>4</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> </EBanking_Input_Latest> </ArrayOfEBanking_Input_Latest>
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. |