POST api/{area}/Role/GetModelPhaseAuth
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
ModelPhaseAuthPara| Name | Description | Type | Additional information |
|---|---|---|---|
| bimcomposerId | string |
None. |
|
| phases | string |
None. |
|
| roleId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bimcomposerId": "sample string 1",
"phases": "sample string 2",
"roleId": "sample string 3"
}
application/xml, text/xml
Sample:
<ModelPhaseAuthPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.User"> <bimcomposerId>sample string 1</bimcomposerId> <phases>sample string 2</phases> <roleId>sample string 3</roleId> </ModelPhaseAuthPara>
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. |