PUT Api/Operating_ExpenditureBudget/Input/OPEX_Branch_Detail_Update2

Request Information

URI Parameters

None.

Body Parameters

OPEX_Branch_Dia_Add
NameDescriptionTypeAdditional information
Mis_Code

string

None.

month1

decimal number

None.

Year

string

None.

id

integer

None.

Category

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.

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",
  "Item": "sample string 6",
  "month2": 7.0,
  "month3": 8.0,
  "month4": 9.0,
  "month5": 10.0,
  "month6": 11.0,
  "month7": 12.0,
  "month8": 13.0,
  "month9": 14.0,
  "month10": 15.0,
  "month11": 16.0,
  "month12": 17.0,
  "Justification": "sample string 18",
  "BudgetingLevel": "sample string 19",
  "User": "sample string 20",
  "Trans_Date": "2025-05-20T16:55:31.8495756+01:00",
  "Date_lastUpdated": "2025-05-20T16:55:31.8495756+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","Item":"sample string 6","month2":7.0,"month3":8.0,"month4":9.0,"month5":10.0,"month6":11.0,"month7":12.0,"month8":13.0,"month9":14.0,"month10":15.0,"month11":16.0,"month12":17.0,"Justification":"sample string 18","BudgetingLevel":"sample string 19","User":"sample string 20","Trans_Date":"2025-05-20T16:55:31.8495756+01:00","Date_lastUpdated":"2025-05-20T16:55:31.8495756+01:00","detailid":1}

application/xml, text/xml

Sample:
<OPEX_Branch_Dia_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input">
  <BudgetingLevel>sample string 19</BudgetingLevel>
  <Category>sample string 5</Category>
  <Date_lastUpdated>2025-05-20T16:55:31.8495756+01:00</Date_lastUpdated>
  <Item>sample string 6</Item>
  <Justification>sample string 18</Justification>
  <Mis_Code>sample string 1</Mis_Code>
  <Trans_Date>2025-05-20T16:55:31.8495756+01:00</Trans_Date>
  <User>sample string 20</User>
  <Year>sample string 3</Year>
  <detailid>1</detailid>
  <id>4</id>
  <month1>2</month1>
  <month10>15</month10>
  <month11>16</month11>
  <month12>17</month12>
  <month2>7</month2>
  <month3>8</month3>
  <month4>9</month4>
  <month5>10</month5>
  <month6>11</month6>
  <month7>12</month7>
  <month8>13</month8>
  <month9>14</month9>
</OPEX_Branch_Dia_Add>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.