GET Api/Human_Capital_Budget/input/staff_cost_CostCentre_Add_ASList

Request Information

URI Parameters

None.

Body Parameters

staff_cost_CostCentre_Add
NameDescriptionTypeAdditional information
level_code

string

None.

Year

string

None.

current_no

integer

None.

month1

integer

None.

month2

integer

None.

month3

integer

None.

month4

integer

None.

month6

integer

None.

month7

integer

None.

month8

integer

None.

month9

integer

None.

month10

integer

None.

month11

integer

None.

month12

integer

None.

month5

integer

None.

User

string

None.

Branch_Code

string

None.

ID

integer

None.

Full_Mid

integer

None.

existing

integer

None.

type

string

None.

Trans_Date

date

None.

Date_lastUpdated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "level_code": "sample string 1",
  "Year": "sample string 2",
  "current_no": 1,
  "month1": 1,
  "month2": 1,
  "month3": 1,
  "month4": 1,
  "month6": 1,
  "month7": 1,
  "month8": 1,
  "month9": 1,
  "month10": 1,
  "month11": 1,
  "month12": 1,
  "month5": 1,
  "User": "sample string 3",
  "Branch_Code": "sample string 4",
  "ID": 5,
  "Full_Mid": 1,
  "existing": 1,
  "type": "sample string 6",
  "Trans_Date": "2025-05-20T17:47:40.0625635+01:00",
  "Date_lastUpdated": "2025-05-20T17:47:40.0625635+01:00"
}

text/html

Sample:
{"level_code":"sample string 1","Year":"sample string 2","current_no":1,"month1":1,"month2":1,"month3":1,"month4":1,"month6":1,"month7":1,"month8":1,"month9":1,"month10":1,"month11":1,"month12":1,"month5":1,"User":"sample string 3","Branch_Code":"sample string 4","ID":5,"Full_Mid":1,"existing":1,"type":"sample string 6","Trans_Date":"2025-05-20T17:47:40.0625635+01:00","Date_lastUpdated":"2025-05-20T17:47:40.0625635+01:00"}

application/xml, text/xml

Sample:
<staff_cost_CostCentre_Add xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BudgetAPI.Models.Input">
  <Branch_Code>sample string 4</Branch_Code>
  <Date_lastUpdated>2025-05-20T17:47:40.0625635+01:00</Date_lastUpdated>
  <Full_Mid>1</Full_Mid>
  <ID>5</ID>
  <Trans_Date>2025-05-20T17:47:40.0625635+01:00</Trans_Date>
  <User>sample string 3</User>
  <Year>sample string 2</Year>
  <current_no>1</current_no>
  <existing>1</existing>
  <level_code>sample string 1</level_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>
  <type>sample string 6</type>
</staff_cost_CostCentre_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.