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