POST api/{area}/Form/EditFormControlJson
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
FormAddPara| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| wf_organizeId | string |
None. |
|
| wf_name | string |
None. |
|
| wf_json | string |
None. |
|
| wf_guid | string |
None. |
|
| wf_image | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"wf_organizeId": "sample string 2",
"wf_name": "sample string 3",
"wf_json": "sample string 4",
"wf_guid": "sample string 5",
"wf_image": "sample string 6"
}
application/xml, text/xml
Sample:
<FormAddPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.WorkFlow"> <Token>sample string 1</Token> <wf_guid>sample string 5</wf_guid> <wf_image>sample string 6</wf_image> <wf_json>sample string 4</wf_json> <wf_name>sample string 3</wf_name> <wf_organizeId>sample string 2</wf_organizeId> </FormAddPara>
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. |