POST api/{area}/ModelShared/ModifySharedInfo
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
ModelSharedModify| Name | Description | Type | Additional information |
|---|---|---|---|
| organizeId | string |
None. |
|
| shm_guid | string |
None. |
|
| Token | string |
None. |
|
| shm_date | string |
None. |
|
| shm_haspwd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"organizeId": "sample string 1",
"shm_guid": "sample string 2",
"Token": "sample string 3",
"shm_date": "sample string 4",
"shm_haspwd": "sample string 5"
}
application/xml, text/xml
Sample:
<ModelSharedModify xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Shared"> <Token>sample string 3</Token> <organizeId>sample string 1</organizeId> <shm_date>sample string 4</shm_date> <shm_guid>sample string 2</shm_guid> <shm_haspwd>sample string 5</shm_haspwd> </ModelSharedModify>
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. |