PUT Api/Human_Capital_Budget/input/staff_cost_Update_ASList_by_staffName

Request Information

URI Parameters

None.

Body Parameters

staff_cost_Add
NameDescriptionTypeAdditional information
level_code

string

None.

levelDescription

string

None.

Year

string

None.

current_no

integer

None.

month1

decimal number

None.

month2

decimal number

None.

month3

decimal number

None.

month4

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.

month5

decimal number

None.

User

string

None.

Branch_Code

string

None.

ID

integer

None.

Full_Mid

integer

None.

existing

integer

None.

type

string

None.

BudgetingLevel

string

None.

Trans_Date

date

None.

Date_lastUpdated

date

None.

StaffName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "level_code": "sample string 1",
  "levelDescription": "sample string 2",
  "Year": "sample string 3",
  "current_no": 1,
  "month1": 4.0,
  "month2": 5.0,
  "month3": 6.0,
  "month4": 7.0,
  "month6": 8.0,
  "month7": 9.0,
  "month8": 10.0,
  "month9": 11.0,
  "month10": 12.0,
  "month11": 13.0,
  "month12": 14.0,
  "month5": 15.0,
  "User": "sample string 16",
  "Branch_Code": "sample string 17",
  "ID": 18,
  "Full_Mid": 1,
  "existing": 1,
  "type": "sample string 19",
  "BudgetingLevel": "sample string 20",
  "Trans_Date": "2025-05-20T17:55:55.9780334+01:00",
  "Date_lastUpdated": "2025-05-20T17:55:55.9780334+01:00",
  "StaffName": "sample string 21"
}

text/html

Sample:
{"level_code":"sample string 1","levelDescription":"sample string 2","Year":"sample string 3","current_no":1,"month1":4.0,"month2":5.0,"month3":6.0,"month4":7.0,"month6":8.0,"month7":9.0,"month8":10.0,"month9":11.0,"month10":12.0,"month11":13.0,"month12":14.0,"month5":15.0,"User":"sample string 16","Branch_Code":"sample string 17","ID":18,"Full_Mid":1,"existing":1,"type":"sample string 19","BudgetingLevel":"sample string 20","Trans_Date":"2025-05-20T17:55:55.9780334+01:00","Date_lastUpdated":"2025-05-20T17:55:55.9780334+01:00","StaffName":"sample string 21"}

application/xml, text/xml

Sample:
<staff_cost_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input">
  <Branch_Code>sample string 17</Branch_Code>
  <BudgetingLevel>sample string 20</BudgetingLevel>
  <Date_lastUpdated>2025-05-20T17:55:55.9780334+01:00</Date_lastUpdated>
  <Full_Mid>1</Full_Mid>
  <ID>18</ID>
  <StaffName>sample string 21</StaffName>
  <Trans_Date>2025-05-20T17:55:55.9780334+01:00</Trans_Date>
  <User>sample string 16</User>
  <Year>sample string 3</Year>
  <current_no>1</current_no>
  <existing>1</existing>
  <levelDescription>sample string 2</levelDescription>
  <level_code>sample string 1</level_code>
  <month1>4</month1>
  <month10>12</month10>
  <month11>13</month11>
  <month12>14</month12>
  <month2>5</month2>
  <month3>6</month3>
  <month4>7</month4>
  <month5>15</month5>
  <month6>8</month6>
  <month7>9</month7>
  <month8>10</month8>
  <month9>11</month9>
  <type>sample string 19</type>
</staff_cost_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.