Appearance
主兼职切换
基本信息
中文名: 主兼职切换
接口名: /addressBook/employee/convertEmployeePosition
所在目录: 通讯录编辑接口
调用方式: POST(HTTPS)
请求参数
名称 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
jobAttributeCode | String | 否 | 2 | 现有主任职将被转换成的任职类型:<br/>2=兼职、3=挂职、4=借调 |
operator | String | 是 | xxx | 操作人 |
employeeCode | String | 是 | GE_123 | 人员Code |
organizationCode | String | 是 | GO_123 | 非主职所在组织Code(将被转换为主任职) |
tenantId | Long | 是 | 1 | 租户Id |
返回参数
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
content.success | Boolean | true | 业务调用是否成功 |
content.requestId | String | 业务请求ID | |
content.responseCode | String | 0 | 业务响应Code |
content.responseMessage | String | 业务响应信息 |