POST api/{area}/BIMCompCategory/AddCategory
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
BIMCompCategoryAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| bcc_organizeId | string |
None. |
|
| parentcode | string |
None. |
|
| bcc_name | string |
None. |
|
| bcc_description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"bcc_organizeId": "sample string 2",
"parentcode": "sample string 3",
"bcc_name": "sample string 4",
"bcc_description": "sample string 5"
}
application/xml, text/xml
Sample:
<BIMCompCategoryAdd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.BIMComp"> <Token>sample string 1</Token> <bcc_description>sample string 5</bcc_description> <bcc_name>sample string 4</bcc_name> <bcc_organizeId>sample string 2</bcc_organizeId> <parentcode>sample string 3</parentcode> </BIMCompCategoryAdd>
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. |