POST api/{area}/Mtr/AutoElementRelation_Each

Request Information

URI Parameters

NameDescriptionTypeAdditional information
area

string

None.

Body Parameters

AutoRelPara2
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AutoRelPara2'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.