文档
测试

数据维护接口-部门维护-DepPush

POST
http://IP+PORT/ WebService/OAandRL/OAService.asmx

接口描述

数据维护接口-单位维护 方法名 DepPush

请求参数

参数名
类型
描述
必填
id
string
唯一标志码
必填
parent_id
string
上级单位唯一标志码
必填
begin_date
string
生效时间
必填
number
string
编号
必填
name
string
简称
必填
name_Dep
string
全称
必填
type_org
string
机构类型
必填
establishment_date
string
成立时间
可选
charge_person_id
string
组织负责人
可选
orderno
string
排序码
可选
city
string
所在城市
可选
city_division
string
城市划分
可选
old_full_path_name
string
变更前组织全路径
可选
new_full_path_name
string
变更后组织全路径
可选
time_push
string
推送时间
可选

请求参数示例

``` { "info": { "id": "唯一主键", "parent_id": "上级单位唯一主键", "begin_date": "2020-04-10 08:00:00", "number": "10001", "name": "名称", "name_Dep": "全名称", "type_org": "机构类型", "establishment_date": "", "charge_person_id": "", "orderno": "", "city": "", "city_division": "", "old_full_path_name": "", "new_full_path_name": "", "time_push": "" } } ```

响应参数

参数名
类型
描述
必填
code
int
0 成功 -1 返回错误 -2 程序内部错误
必填
msg
string
返回信息
必填
count
int
维护影响条数
必填

响应参数示例

``` { "code": 0, "msg": "", "count": 10 } ```