POST api/FlowCheck/SaveFlowCheck
Request Information
URI Parameters
None.
Body Parameters
FlowCheckDataObject| Name | Description | Type | Additional information |
|---|---|---|---|
| FlowId | string |
None. |
|
| FlowType | string |
None. |
|
| FlowTypeString | string |
None. |
|
| Originator | string |
None. |
|
| OriginatorName | string |
None. |
|
| ProjectId | string |
None. |
|
| ProjectName | string |
None. |
|
| CheckItemData | decimal number |
None. |
|
| FlowDetail | string |
None. |
|
| CheckStatus | integer |
None. |
|
| CheckStatusString | string |
None. |
|
| CurrentRoleId | string |
None. |
|
| CurrentRoleName | string |
None. |
|
| Remark | string |
None. |
|
| StartTime | date |
None. |
|
| StartTimeString | string |
None. |
|
| EndTime | date |
None. |
|
| EndTimeString | string |
None. |
|
| flowCheckDetailDataObject | Collection of FlowCheckDetailDataObject |
None. |
|
| DepartMentName | string |
None. |
|
| UserHeadSculpture | string |
None. |
|
| Detail | string |
None. |
|
| CheckName | string |
None. |
|
| Reviewer | string |
None. |
|
| Approver | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"flowId": "sample string 1",
"flowType": "sample string 2",
"flowTypeString": "未知",
"originator": "sample string 3",
"originatorName": "sample string 4",
"projectId": "sample string 5",
"projectName": "sample string 6",
"checkItemData": 7.0,
"flowDetail": "sample string 8",
"checkStatus": 9,
"checkStatusString": "流程结束",
"currentRoleId": "sample string 10",
"currentRoleName": "sample string 11",
"remark": "sample string 12",
"startTime": "2026-06-10T07:03:44.0120914+08:00",
"startTimeString": "2026-06-10 07:03:44",
"endTime": "2026-06-10T07:03:44.0120914+08:00",
"endTimeString": "2026-06-10 07:03:44",
"flowCheckDetailDataObject": [
{
"id": 1,
"flowId": "sample string 2",
"abstract": "sample string 3",
"money": 4.0,
"subject": "sample string 5"
},
{
"id": 1,
"flowId": "sample string 2",
"abstract": "sample string 3",
"money": 4.0,
"subject": "sample string 5"
}
],
"departMentName": "sample string 15",
"userHeadSculpture": "sample string 16",
"detail": "sample string 17",
"checkName": "sample string 18",
"reviewer": "sample string 19",
"approver": "sample string 20"
}
application/xml, text/xml
Sample:
<FlowCheckDataObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<FlowId>sample string 1</FlowId>
<FlowType>sample string 2</FlowType>
<Originator>sample string 3</Originator>
<OriginatorName>sample string 4</OriginatorName>
<ProjectId>sample string 5</ProjectId>
<ProjectName>sample string 6</ProjectName>
<CheckItemData>7</CheckItemData>
<FlowDetail>sample string 8</FlowDetail>
<CheckStatus>9</CheckStatus>
<CurrentRoleId>sample string 10</CurrentRoleId>
<CurrentRoleName>sample string 11</CurrentRoleName>
<Remark>sample string 12</Remark>
<StartTime>2026-06-10T07:03:44.0120914+08:00</StartTime>
<EndTime>2026-06-10T07:03:44.0120914+08:00</EndTime>
<flowCheckDetailDataObject>
<FlowCheckDetailDataObject>
<Id>1</Id>
<FlowId>sample string 2</FlowId>
<Abstract>sample string 3</Abstract>
<Money>4</Money>
<Subject>sample string 5</Subject>
</FlowCheckDetailDataObject>
<FlowCheckDetailDataObject>
<Id>1</Id>
<FlowId>sample string 2</FlowId>
<Abstract>sample string 3</Abstract>
<Money>4</Money>
<Subject>sample string 5</Subject>
</FlowCheckDetailDataObject>
</flowCheckDetailDataObject>
<DepartMentName>sample string 15</DepartMentName>
<UserHeadSculpture>sample string 16</UserHeadSculpture>
<Detail>sample string 17</Detail>
<CheckName>sample string 18</CheckName>
<Reviewer>sample string 19</Reviewer>
<Approver>sample string 20</Approver>
</FlowCheckDataObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultObject| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSucceed | boolean |
None. |
|
| Remark | string |
None. |
|
| OpTime | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSucceed": true,
"remark": "sample string 2",
"opTime": "sample string 3",
"result": {}
}
application/xml, text/xml
Sample:
<JsonResultObject xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <IsSucceed>true</IsSucceed> <Remark>sample string 2</Remark> <OpTime>sample string 3</OpTime> <Result /> </JsonResultObject>