Appearance
创建跨区域任职的人员
基本信息
中文名: 创建跨区域任职的人员
接口名: /mozi/employee/createCrossregionEmpPosition
所在目录: 通讯录编辑接口
调用方式: POST(HTTPS)
请求参数
| 名称 | 类型 | 是否必填 | 描述 | |
|---|---|---|---|---|
| posJobRankCode | String | 否 | CENG_CI_GONG_JIA_JI_ZHENG_ZHI | 职务层次 |
| govEmpPosPhoneNo | String | 否 | 1111111 | 办公电话<br/>格式:xxxx-xxxxxxxx-xxxx 后面4位是分机号,可以不填 |
| visibilityIndicatorCode | String | 否 | 可见性标识code(参考人员数据字典表) | |
| employeeCode | String | 否 | GE_123 | 人员code |
| govEmpPosEmail | String | 否 | 123***@abc** *.com | 邮箱 |
| govEmpPosEmployeeRoleCode | String | 是 | REN_YUAN_JU_SE_CHAO_JI_YONG_HU | 人员角色 |
| nameSpace | String | 是 | local | 账号平台 |
| govEmpPosJob | String | 否 | 工程师 | 职务 |
| govEmpPosAddress | String | 否 | 办公室地址 | |
| order | Long | 否 | 任职序号 | |
| creator | String | 是 | 123 | 创建人 |
| govEmpCellPhoneNo | String | 是 | 手机号 | |
| positionExtPropertiesStr | String | 否 | [{“code”:“ext_EMPLOYEE_8110e499-”,“value”:[“3”,“2”]},{“code”:“ext_EMPLOYEE_d7380d4d-”,“value”:[“2”]}] | 任职信息扩展属性 |
| govJobAttributesCode | String | 是 | 2 | 人员任职属性 |
| orderInOrganization | Long | 是 | 1 | 任职在组织内序号 |
| areaCode | String | 是 | 86 | 手机区号 |
| organizationCode | String | 是 | GO_1233 | 组织code |
| name | String | 是 | 张三 | 人员姓名 |
| tenantId | Long | 是 | 1 | 租户id |
| govEmpPosFaxNo | String | 否 | 传真 | |
| manager | String | 否 | GE_zaaa | 直属主管(主管的employeeCode) |
返回参数
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| _RequestId | String | 网关请求ID | |
| success | Boolean | true | 网关调用是否成功 |
| errorCode | String | 0 | 网关错误码 |
| HostId | String | 网关HostId | |
| Code | String | 网关Code | |
| errorMsg | String | 网关错误信息 | |
| errorLevel | String | 网关错误级别 | |
| Message | String | 网关信息 | |
| content.success | Boolean | true | 业务调用是否成功 |
| content.requestId | String | 业务请求ID | |
| content.responseCode | String | 0 | 业务响应Code |
| content.responseMessage | String | 业务响应信息 |
