POST api/{area}/Cost/WriteElements
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
WriteCostItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| type | string |
None. |
|
| cmi_guid | string |
None. |
|
| cmi_elementids | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"type": "sample string 2",
"cmi_guid": "sample string 3",
"cmi_elementids": "sample string 4"
}
application/xml, text/xml
Sample:
<WriteCostItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.CostMgr"> <Token>sample string 1</Token> <cmi_elementids>sample string 4</cmi_elementids> <cmi_guid>sample string 3</cmi_guid> <type>sample string 2</type> </WriteCostItem>
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. |