POST api/OpenAPICtalentLite/UpdateEmployeeInfo

从云平台接收 员工信息数据 并更新

Request Information

URI Parameters

None.

Body Parameters

UpdateEmployeeInput
NameDescriptionTypeAdditional information
HUMBAS_NO

string

None.

Reg_NO

string

None.

Emp_NO

string

None.

Name

string

None.

BirthDay

date

None.

NAME_EN

string

None.

NAME_SPELL

string

None.

SEX

integer

None.

ZIP

string

None.

MP

string

None.

H_PHONE

string

None.

MAIL

string

None.

SH_ADDR

string

None.

WorkAddr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HUMBAS_NO": "sample string 1",
  "Reg_NO": "sample string 2",
  "Emp_NO": "sample string 3",
  "Name": "sample string 4",
  "BirthDay": "2025-05-04T16:33:42.9764362+08:00",
  "NAME_EN": "sample string 6",
  "NAME_SPELL": "sample string 7",
  "SEX": 8,
  "ZIP": "sample string 9",
  "MP": "sample string 10",
  "H_PHONE": "sample string 11",
  "MAIL": "sample string 12",
  "SH_ADDR": "sample string 13",
  "WorkAddr": "sample string 14"
}

application/xml, text/xml

Sample:
<UpdateEmployeeInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.Personnel.Model">
  <BirthDay>2025-05-04T16:33:42.9764362+08:00</BirthDay>
  <Emp_NO>sample string 3</Emp_NO>
  <HUMBAS_NO>sample string 1</HUMBAS_NO>
  <H_PHONE>sample string 11</H_PHONE>
  <MAIL>sample string 12</MAIL>
  <MP>sample string 10</MP>
  <NAME_EN>sample string 6</NAME_EN>
  <NAME_SPELL>sample string 7</NAME_SPELL>
  <Name>sample string 4</Name>
  <Reg_NO>sample string 2</Reg_NO>
  <SEX>8</SEX>
  <SH_ADDR>sample string 13</SH_ADDR>
  <WorkAddr>sample string 14</WorkAddr>
  <ZIP>sample string 9</ZIP>
</UpdateEmployeeInput>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UpdateEmployeeInput'.

Response Information

Resource Description

从云平台接收 员工信息数据 并更新

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>