POST api/{area}/BIMCompCategory/ModifyCategory
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
BIMCompCategoryModify| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| bcc_organizeId | string |
None. |
|
| bcc_name | string |
None. |
|
| bcc_description | string |
None. |
|
| bcc_guid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"bcc_organizeId": "sample string 2",
"bcc_name": "sample string 3",
"bcc_description": "sample string 4",
"bcc_guid": "sample string 5"
}
application/xml, text/xml
Sample:
<BIMCompCategoryModify 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 4</bcc_description> <bcc_guid>sample string 5</bcc_guid> <bcc_name>sample string 3</bcc_name> <bcc_organizeId>sample string 2</bcc_organizeId> </BIMCompCategoryModify>
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. |