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