Service


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

h_emp_mstr_insertB

HR人事资料录入,姓名 emp_name ,
英文名 emp_name_en
部门 cc_code (用人力资源的部门代号,比如 011932【信息中心】)
职务 duty_id (用人力资源的职务代号,比如 3101【工程师】)
岗位 post_id (用人力资源的岗位代号,比如 A11【司机】)
身份证号 emp_card
户籍地址 emp_residence
省份 province(用人力资源的省份代号,比如 35【福建】)
是否已婚 emp_marry(是、否)
联系电话 emp_addrter
毕业学校 emp_school
毕业时间 emp_grad_time
最高学历 emp_level (用人力资源的学历代号,比如 04【本科】)
毕业学校2 emp_school2
毕业时间2 emp_grad_time2
最高学历2 emp_level2 (用人力资源的学历代号,比如 04【本科】)
毕业证号 emp_grad_code (以最后一次学历为准)
紧急联系人 emp_con_man
紧急联系人关系 emp_con_relative
紧急联系人号码 emp_con_tel
入职介绍人emp_intro_man
专业 emp_major
专业2 emp_major2
银行卡号 bankcard
银行卡类型 banktype (人力资源的银行代码 05为翔安的兴业银行)辨认不出可不填
户籍类型emp_rgt
户籍市区emp_rgtdetail
家庭状况 emp_family (JSON格式)
工作履历 emp_resume (JSON格式)
公司 company

测试

若要使用 HTTP POST 协议对操作进行测试,请单击“调用”按钮。
参数
emp_name:
emp_name_en:
cc_code:
duty_id:
post_id:
emp_card:
emp_birth:
emp_residence:
province:
emp_addrter:
emp_school:
emp_grad_time:
emp_level:
emp_school2:
emp_grad_time2:
emp_level2:
emp_grad_code:
emp_con_man:
emp_con_relative:
emp_con_tel:
emp_intro_man:
emp_major:
emp_major2:
bankcard:
banktype:
emp_rgt:
emp_family:
emp_resume:
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_insertB"

<?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_insertB xmlns="http://oa.fpc98.com">
      <emp_name>string</emp_name>
      <emp_name_en>string</emp_name_en>
      <cc_code>string</cc_code>
      <duty_id>string</duty_id>
      <post_id>string</post_id>
      <emp_card>string</emp_card>
      <emp_birth>string</emp_birth>
      <emp_residence>string</emp_residence>
      <province>string</province>
      <emp_addrter>string</emp_addrter>
      <emp_school>string</emp_school>
      <emp_grad_time>string</emp_grad_time>
      <emp_level>string</emp_level>
      <emp_school2>string</emp_school2>
      <emp_grad_time2>string</emp_grad_time2>
      <emp_level2>string</emp_level2>
      <emp_grad_code>string</emp_grad_code>
      <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_major2>string</emp_major2>
      <bankcard>string</bankcard>
      <banktype>string</banktype>
      <emp_rgt>string</emp_rgt>
      <emp_family>string</emp_family>
      <emp_resume>string</emp_resume>
      <company>string</company>
      <emp_rgtdetail>string</emp_rgtdetail>
    </h_emp_mstr_insertB>
  </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_insertBResponse xmlns="http://oa.fpc98.com">
      <h_emp_mstr_insertBResult>string</h_emp_mstr_insertBResult>
    </h_emp_mstr_insertBResponse>
  </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_insertB xmlns="http://oa.fpc98.com">
      <emp_name>string</emp_name>
      <emp_name_en>string</emp_name_en>
      <cc_code>string</cc_code>
      <duty_id>string</duty_id>
      <post_id>string</post_id>
      <emp_card>string</emp_card>
      <emp_birth>string</emp_birth>
      <emp_residence>string</emp_residence>
      <province>string</province>
      <emp_addrter>string</emp_addrter>
      <emp_school>string</emp_school>
      <emp_grad_time>string</emp_grad_time>
      <emp_level>string</emp_level>
      <emp_school2>string</emp_school2>
      <emp_grad_time2>string</emp_grad_time2>
      <emp_level2>string</emp_level2>
      <emp_grad_code>string</emp_grad_code>
      <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_major2>string</emp_major2>
      <bankcard>string</bankcard>
      <banktype>string</banktype>
      <emp_rgt>string</emp_rgt>
      <emp_family>string</emp_family>
      <emp_resume>string</emp_resume>
      <company>string</company>
      <emp_rgtdetail>string</emp_rgtdetail>
    </h_emp_mstr_insertB>
  </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_insertBResponse xmlns="http://oa.fpc98.com">
      <h_emp_mstr_insertBResult>string</h_emp_mstr_insertBResult>
    </h_emp_mstr_insertBResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /SerFile/Service.asmx/h_emp_mstr_insertB?emp_name=string&emp_name_en=string&cc_code=string&duty_id=string&post_id=string&emp_card=string&emp_birth=string&emp_residence=string&province=string&emp_addrter=string&emp_school=string&emp_grad_time=string&emp_level=string&emp_school2=string&emp_grad_time2=string&emp_level2=string&emp_grad_code=string&emp_con_man=string&emp_con_relative=string&emp_con_tel=string&emp_intro_man=string&emp_major=string&emp_major2=string&bankcard=string&banktype=string&emp_rgt=string&emp_family=string&emp_resume=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_insertB HTTP/1.1
Host: oa.fpc98.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

emp_name=string&emp_name_en=string&cc_code=string&duty_id=string&post_id=string&emp_card=string&emp_birth=string&emp_residence=string&province=string&emp_addrter=string&emp_school=string&emp_grad_time=string&emp_level=string&emp_school2=string&emp_grad_time2=string&emp_level2=string&emp_grad_code=string&emp_con_man=string&emp_con_relative=string&emp_con_tel=string&emp_intro_man=string&emp_major=string&emp_major2=string&bankcard=string&banktype=string&emp_rgt=string&emp_family=string&emp_resume=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>