接口方法

Index > DepartmentApi > insertIgnoreNull

说明:

InterfaceName: DepartmentApi

MethodName: insertIgnoreNull

ReturnType: JSONObject

parameters :

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




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