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