调用地址:http://demo.24om.com/OM/WebApi/Handler/1.0/OA/WorkFlow/Create.ashx

基本信息
调用方式 模块 名称 程序集 类名 函数 版本 标识 返回值 备注
GET,POST OA Create WebApi WebApi.Manager.Flow.Wkf_Mgr Create 1.0 True docid (文档id) 创建流程

参数信息
参数名 参数类型 是否必须 默认值 测试值 备注
token string True 标识
format string False json 数据格式
flow_id  Int32  True    文档id 
mod_code  String  True    表单编码 
title  String  True    标题 
sub_title  String  True    副 标 题 
content  String  True    内容 
status  Int32  True    状态(0,流程开始或未处理状态;1、处理中状态;2、处理完成状态;4、撤销) 
url  String  True    表单编辑页面地址 
doc_value  String  True    表单主键id 

相关对象说明