POST api/{area}/PlusTask/AutoElementRelation
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
AutoPlusRelPara| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| ModelListJson | string |
None. |
|
| TaskPropName | string |
None. |
|
| ElementPropName | string |
None. |
|
| PlanId | string |
None. |
|
| bimcomposerId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"ModelListJson": "sample string 2",
"TaskPropName": "sample string 3",
"ElementPropName": "sample string 4",
"PlanId": "sample string 5",
"bimcomposerId": "sample string 6"
}
application/xml, text/xml
Sample:
<AutoPlusRelPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Plus"> <ElementPropName>sample string 4</ElementPropName> <ModelListJson>sample string 2</ModelListJson> <PlanId>sample string 5</PlanId> <TaskPropName>sample string 3</TaskPropName> <Token>sample string 1</Token> <bimcomposerId>sample string 6</bimcomposerId> </AutoPlusRelPara>
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. |