简要描述
- 调用接口添加家政员
接口版本
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
V 1.0 | xxxx-xx-xx |
请求URL:
请求方式:
- POST
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
Content-Type | 是 | string | 请求类型: multipart/form-data |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
access_token | 是 | string | 获取到的授权码access_token |
unified_social_credit_code | 否 | string | 本公司社会统一信用代码 |
ltems | 是 | string | 可服务类型 (查看服务类型定义:http://api.jzchengxin.com/server_view ) |
employee_name | 是 | string | 家政员姓名 |
employee_id_card | 是 | string | 身份证号码 |
employee_number | 否 | string | 座机号码 |
employee_phone | 是 | string | 手机号码 |
employee_name_used_before | 否 | string | 曾用名 |
employee_sex | 是 | string | 性别 |
employee_nation | 是 | string | 民族 |
employee_date_of_birth | 是 | string | 出生日期 |
licensing_authority | 是 | string | 发证机关 |
employee_native_place | 是 | string | 籍贯 |
employee_address | 是 | string | 户口所在地(身份证上的地址) |
term_of_validity_start | 是 | string | 身份证有效期(开始时间) |
term_of_validity_end | 是 | string | 身份证有效期(结束时间) |
id_card_pic_positive | 否 | string | 身份证正面 |
id_card_pic_back | 否 | string | 身份证反面 |
latest_photo | 否 | string | 近半年小一寸相片 |
employee_time | 否 | string | 家政员登记时间(留空自动读系统时间) |
返回示例:
正确时返回一:
{
"code": 200,
"msg": "客政员添加成功,关联公司成功!",
"data": {
"status": "success",
"time": 1560431722,
"耗时": 0.14599999999999999
}
}
说明:当公司添加家政员返回此结果时说明家政员添加成功,time为添加入库时间戳。
错误返回一:
{
"code": 400,
"msg": "客政员已在您公司存在!",
"data": {
"status": "error",
"time": 1560431798,
"耗时": 0.128
}
}
说明:当返回此结果时说明家政员已存在本公司家政员为,time为家政员创建时间戳。