接口方法

Index > DepartmentApi > updateIgnoreNull

说明:

InterfaceName: DepartmentApi

MethodName: updateIgnoreNull

ReturnType: JSONObject

parameters :

department 参数0 可选 Department
sysToken 参数1 可选 String




JavaScript Sdk 调用示例 下载JavaScript Sdk
    sdk.DepartmentApi().updateIgnoreNull({
        department:{} // Department 对象  , 
        sysToken:"" 
    }).then(function(result) {
            alert("success");
        }
    );