POST api/FlowPost/CreateOrEdit
创建编辑流程步骤
Request Information
URI Parameters
None.
Body Parameters
DAL.t_flow_post| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| FlowName | string |
None. |
|
| FlowId | integer |
None. |
|
| Sequnce | integer |
None. |
|
| Remark | string |
None. |
|
| Alias | string |
None. |
|
| Leader | string |
None. |
|
| PostId | integer |
None. |
|
| PostName | string |
None. |
|
| AuditUserId | string |
None. |
|
| AuditUserName | string |
None. |
|
| NoticUserNames | string |
None. |
|
| NoticUserIds | string |
None. |
|
| IsEnd | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"FlowName": "sample string 2",
"FlowId": 3,
"Sequnce": 4,
"Remark": "sample string 5",
"Alias": "sample string 6",
"Leader": "sample string 7",
"PostId": 1,
"PostName": "sample string 8",
"AuditUserId": "sample string 9",
"AuditUserName": "sample string 10",
"NoticUserNames": "sample string 11",
"NoticUserIds": "sample string 12",
"IsEnd": 13
}
application/xml, text/xml
Sample:
<t_flow_post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DAL"> <Alias>sample string 6</Alias> <AuditUserId>sample string 9</AuditUserId> <AuditUserName>sample string 10</AuditUserName> <FlowId>3</FlowId> <FlowName>sample string 2</FlowName> <Id>1</Id> <IsEnd>13</IsEnd> <Leader>sample string 7</Leader> <NoticUserIds>sample string 12</NoticUserIds> <NoticUserNames>sample string 11</NoticUserNames> <PostId>1</PostId> <PostName>sample string 8</PostName> <Remark>sample string 5</Remark> <Sequnce>4</Sequnce> </t_flow_post>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.Results.JsonResultOfDAL.HandleResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | DAL.HandleResult |
None. |
|
| SerializerSettings | Newtonsoft.Json.JsonSerializerSettings |
None. |
|
| Encoding | System.Text.Encoding |
None. |
|
| Request | System.Net.Http.HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.