POST api/{area}/Flow/Approve
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
FlowApprovePara| Name | Description | Type | Additional information |
|---|---|---|---|
| oper_type | string |
None. |
|
| wfi_guid | string |
None. |
|
| wfr_guid | string |
None. |
|
| Token | string |
None. |
|
| OrganizeId | string |
None. |
|
| wft_guid | string |
None. |
|
| wfi_title | string |
None. |
|
| wfi_comment | string |
None. |
|
| wfi_approvers | string |
None. |
|
| wfi_formjson | string |
None. |
|
| wfi_model | string |
None. |
|
| wfi_doc | string |
None. |
|
| stayStatus | string |
None. |
|
| wf_guid | string |
None. |
|
| wfi_material | string |
None. |
|
| wfi_task | string |
None. |
|
| wftnc_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"oper_type": "sample string 1",
"wfi_guid": "sample string 2",
"wfr_guid": "sample string 3",
"Token": "sample string 4",
"OrganizeId": "sample string 5",
"wft_guid": "sample string 6",
"wfi_title": "sample string 7",
"wfi_comment": "sample string 8",
"wfi_approvers": "sample string 9",
"wfi_formjson": "sample string 10",
"wfi_model": "sample string 11",
"wfi_doc": "sample string 12",
"stayStatus": "sample string 13",
"wf_guid": "sample string 14",
"wfi_material": "sample string 15",
"wfi_task": "sample string 16",
"wftnc_type": "sample string 17"
}
application/xml, text/xml
Sample:
<FlowApprovePara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.WorkFlow"> <OrganizeId>sample string 5</OrganizeId> <Token>sample string 4</Token> <stayStatus>sample string 13</stayStatus> <wf_guid>sample string 14</wf_guid> <wfi_approvers>sample string 9</wfi_approvers> <wfi_comment>sample string 8</wfi_comment> <wfi_doc>sample string 12</wfi_doc> <wfi_formjson>sample string 10</wfi_formjson> <wfi_material>sample string 15</wfi_material> <wfi_model>sample string 11</wfi_model> <wfi_task>sample string 16</wfi_task> <wfi_title>sample string 7</wfi_title> <wft_guid>sample string 6</wft_guid> <wftnc_type>sample string 17</wftnc_type> <wfi_guid>sample string 2</wfi_guid> <wfr_guid>sample string 3</wfr_guid> <oper_type>sample string 1</oper_type> </FlowApprovePara>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |