Service


单击此处,获取完整的操作列表。

h_emp_mstr_insertA

HR人事资料录入,姓名 emp_name ,
部门 cc_code (用人力资源的部门代号,比如 011932【信息中心】)
职务 duty_id (用人力资源的职务代号,比如 3101【工程师】)
岗位post_id (用人力资源的岗位代号,比如 A11【司机】)
IC卡号 emp_ic(考勤卡号)
性别 emp_sex(男、女)
身份证号 emp_card
出生日期 emp_birth
户籍地址 emp_residence
现住址 emp_addr
省份 province(用人力资源的省份代号,比如 35【福建】)
民族 emp_nation (用人力资源的民族代号,比如 01【汉族】)
是否已婚 emp_marry(是、否)
联系电话 emp_addrter
毕业学校 emp_school
毕业时间 emp_grad_time
最高学历 emp_level (用人力资源的学历代号,比如 04【本科】)
紧急联系人 emp_con_man
紧急联系人关系 emp_con_relative
紧急联系人号码 emp_con_tel
入职介绍人emp_intro_man
专业emp_major
户籍类型emp_rgt
户籍市区emp_rgtdetail
是否签合同workType(0表示不签合同;1表示签订合同)
家庭状况 emp_family (JSON格式)
公司

测试

若要使用 HTTP POST 协议对操作进行测试,请单击“调用”按钮。
参数
emp_name:
cc_code:
duty_id:
post_id:
emp_ic:
emp_sex:
emp_card:
emp_birth:
emp_residence:
emp_addr:
province:
emp_nation:
emp_marry:
emp_addrter:
emp_school:
emp_grad_time:
emp_level:
emp_con_man:
emp_con_relative:
emp_con_tel:
emp_intro_man:
emp_major:
emp_rgt:
workType:
emp_family:
company:
emp_rgtdetail:

SOAP 1.1

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /SerFile/Service.asmx HTTP/1.1
Host: oa.fpc98.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://oa.fpc98.com/h_emp_mstr_insertA"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <h_emp_mstr_insertA xmlns="http://oa.fpc98.com">
      <emp_name>string</emp_name>
      <cc_code>string</cc_code>
      <duty_id>string</duty_id>
      <post_id>string</post_id>
      <emp_ic>string</emp_ic>
      <emp_sex>string</emp_sex>
      <emp_card>string</emp_card>
      <emp_birth>string</emp_birth>
      <emp_residence>string</emp_residence>
      <emp_addr>string</emp_addr>
      <province>string</province>
      <emp_nation>string</emp_nation>
      <emp_marry>string</emp_marry>
      <emp_addrter>string</emp_addrter>
      <emp_school>string</emp_school>
      <emp_grad_time>string</emp_grad_time>
      <emp_level>string</emp_level>
      <emp_con_man>string</emp_con_man>
      <emp_con_relative>string</emp_con_relative>
      <emp_con_tel>string</emp_con_tel>
      <emp_intro_man>string</emp_intro_man>
      <emp_major>string</emp_major>
      <emp_rgt>string</emp_rgt>
      <workType>int</workType>
      <emp_family>string</emp_family>
      <company>string</company>
      <emp_rgtdetail>string</emp_rgtdetail>
    </h_emp_mstr_insertA>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <h_emp_mstr_insertAResponse xmlns="http://oa.fpc98.com">
      <h_emp_mstr_insertAResult>string</h_emp_mstr_insertAResult>
    </h_emp_mstr_insertAResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /SerFile/Service.asmx HTTP/1.1
Host: oa.fpc98.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <h_emp_mstr_insertA xmlns="http://oa.fpc98.com">
      <emp_name>string</emp_name>
      <cc_code>string</cc_code>
      <duty_id>string</duty_id>
      <post_id>string</post_id>
      <emp_ic>string</emp_ic>
      <emp_sex>string</emp_sex>
      <emp_card>string</emp_card>
      <emp_birth>string</emp_birth>
      <emp_residence>string</emp_residence>
      <emp_addr>string</emp_addr>
      <province>string</province>
      <emp_nation>string</emp_nation>
      <emp_marry>string</emp_marry>
      <emp_addrter>string</emp_addrter>
      <emp_school>string</emp_school>
      <emp_grad_time>string</emp_grad_time>
      <emp_level>string</emp_level>
      <emp_con_man>string</emp_con_man>
      <emp_con_relative>string</emp_con_relative>
      <emp_con_tel>string</emp_con_tel>
      <emp_intro_man>string</emp_intro_man>
      <emp_major>string</emp_major>
      <emp_rgt>string</emp_rgt>
      <workType>int</workType>
      <emp_family>string</emp_family>
      <company>string</company>
      <emp_rgtdetail>string</emp_rgtdetail>
    </h_emp_mstr_insertA>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <h_emp_mstr_insertAResponse xmlns="http://oa.fpc98.com">
      <h_emp_mstr_insertAResult>string</h_emp_mstr_insertAResult>
    </h_emp_mstr_insertAResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

以下是 HTTP GET 请求和响应示例。所显示的占位符需替换为实际值。

GET /SerFile/Service.asmx/h_emp_mstr_insertA?emp_name=string&cc_code=string&duty_id=string&post_id=string&emp_ic=string&emp_sex=string&emp_card=string&emp_birth=string&emp_residence=string&emp_addr=string&province=string&emp_nation=string&emp_marry=string&emp_addrter=string&emp_school=string&emp_grad_time=string&emp_level=string&emp_con_man=string&emp_con_relative=string&emp_con_tel=string&emp_intro_man=string&emp_major=string&emp_rgt=string&workType=string&emp_family=string&company=string&emp_rgtdetail=string HTTP/1.1
Host: oa.fpc98.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://oa.fpc98.com">string</string>

HTTP POST

以下是 HTTP POST 请求和响应示例。所显示的占位符需替换为实际值。

POST /SerFile/Service.asmx/h_emp_mstr_insertA HTTP/1.1
Host: oa.fpc98.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

emp_name=string&cc_code=string&duty_id=string&post_id=string&emp_ic=string&emp_sex=string&emp_card=string&emp_birth=string&emp_residence=string&emp_addr=string&province=string&emp_nation=string&emp_marry=string&emp_addrter=string&emp_school=string&emp_grad_time=string&emp_level=string&emp_con_man=string&emp_con_relative=string&emp_con_tel=string&emp_intro_man=string&emp_major=string&emp_rgt=string&workType=string&emp_family=string&company=string&emp_rgtdetail=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://oa.fpc98.com">string</string>