POST api/Todo/DoWorkflowAutomatic
Request Information
URI Parameters
None.
Body Parameters
WorkflowParamEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| SysWorkflowItemID | string |
None. |
|
| BookmarkName | string |
None. |
|
| ModuleCode | integer |
None. |
|
| DataID | string |
None. |
|
| NodeName | string |
None. |
|
| TodoID | string |
None. |
|
| TodoUserID | string |
None. |
|
| TodoItemType | integer |
None. |
|
| OpState | integer |
None. |
|
| NodeLevel | integer |
None. |
|
| NodeLevelCount | integer |
None. |
|
| NodeIndex | integer |
None. |
|
| OpContent | string |
None. |
|
| OpComment | string |
None. |
|
| OpUrl | string |
None. |
|
| Title | string |
None. |
|
| WorkflowID | string |
None. |
|
| Description | string |
None. |
|
| Remark | string |
None. |
|
| CurrentUserID | string |
None. |
|
| NextTodoUserIDString | string |
None. |
|
| NextTodoUserIDList | Collection of string |
None. |
|
| WFStateValue | integer |
None. |
|
| WFStateText | string |
None. |
|
| EditType | integer |
None. |
|
| StationOrgID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"sysWorkflowItemID": "sample string 1",
"bookmarkName": "sample string 2",
"moduleCode": 3,
"dataID": "sample string 4",
"nodeName": "sample string 5",
"todoID": "sample string 6",
"todoUserID": "sample string 7",
"todoItemType": 1,
"opState": 1,
"nodeLevel": 1,
"nodeLevelCount": 1,
"nodeIndex": 1,
"opContent": "sample string 8",
"opComment": "sample string 9",
"opUrl": "sample string 10",
"title": "sample string 11",
"workflowID": "sample string 12",
"description": "sample string 13",
"remark": "sample string 14",
"currentUserID": "sample string 15",
"nextTodoUserIDString": "sample string 16",
"nextTodoUserIDList": [
"sample string 1",
"sample string 2"
],
"wfStateValue": 1,
"wfStateText": "sample string 17",
"editType": 18,
"stationOrgID": "aaa69c08-b0ac-4984-9e7d-411979bfab17"
}
application/xml, text/xml
Sample:
<WorkflowParamEntity xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SysWorkflowItemID>sample string 1</SysWorkflowItemID>
<BookmarkName>sample string 2</BookmarkName>
<ModuleCode>3</ModuleCode>
<DataID>sample string 4</DataID>
<NodeName>sample string 5</NodeName>
<TodoID>sample string 6</TodoID>
<TodoUserID>sample string 7</TodoUserID>
<TodoItemType>1</TodoItemType>
<OpState>1</OpState>
<NodeLevel>1</NodeLevel>
<NodeLevelCount>1</NodeLevelCount>
<NodeIndex>1</NodeIndex>
<OpContent>sample string 8</OpContent>
<OpComment>sample string 9</OpComment>
<OpUrl>sample string 10</OpUrl>
<Title>sample string 11</Title>
<WorkflowID>sample string 12</WorkflowID>
<Description>sample string 13</Description>
<Remark>sample string 14</Remark>
<CurrentUserID>sample string 15</CurrentUserID>
<NextTodoUserIDString>sample string 16</NextTodoUserIDString>
<NextTodoUserIDList>
<string>sample string 1</string>
<string>sample string 2</string>
</NextTodoUserIDList>
<WFStateValue>1</WFStateValue>
<WFStateText>sample string 17</WFStateText>
<EditType>18</EditType>
<StationOrgID>aaa69c08-b0ac-4984-9e7d-411979bfab17</StationOrgID>
</WorkflowParamEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CallResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| Exception | Exception |
None. |
|
| Message | Message |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": "sample string 1",
"exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
},
"message": 0
}