POST api/{area}/Flow/CreateFlow
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
FlowEditPara| Name | Description | Type | Additional information |
|---|---|---|---|
| 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:
{
"Token": "sample string 1",
"OrganizeId": "sample string 2",
"wft_guid": "sample string 3",
"wfi_title": "sample string 4",
"wfi_comment": "sample string 5",
"wfi_approvers": "sample string 6",
"wfi_formjson": "sample string 7",
"wfi_model": "sample string 8",
"wfi_doc": "sample string 9",
"stayStatus": "sample string 10",
"wf_guid": "sample string 11",
"wfi_material": "sample string 12",
"wfi_task": "sample string 13",
"wftnc_type": "sample string 14"
}
application/xml, text/xml
Sample:
<FlowEditPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.WorkFlow"> <OrganizeId>sample string 2</OrganizeId> <Token>sample string 1</Token> <stayStatus>sample string 10</stayStatus> <wf_guid>sample string 11</wf_guid> <wfi_approvers>sample string 6</wfi_approvers> <wfi_comment>sample string 5</wfi_comment> <wfi_doc>sample string 9</wfi_doc> <wfi_formjson>sample string 7</wfi_formjson> <wfi_material>sample string 12</wfi_material> <wfi_model>sample string 8</wfi_model> <wfi_task>sample string 13</wfi_task> <wfi_title>sample string 4</wfi_title> <wft_guid>sample string 3</wft_guid> <wftnc_type>sample string 14</wftnc_type> </FlowEditPara>
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. |