PUT Application/PutRoleSemanticEntitySecurity
Request Information
URI Parameters
None.
Body Parameters
RoleSemanticEntitySecurity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| RoleID | globally unique identifier |
Required |
|
| SemanticEntitySchemaName | string |
Required |
|
| SemanticEntityName | string |
Required |
|
| EntityID | string |
Required |
|
| HasAccess | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "e23c8247-dd3f-4217-8299-2cb878403d48",
"RoleID": "c1b75f54-ff89-43ae-968b-7315554a1aa6",
"SemanticEntitySchemaName": "sample string 3",
"SemanticEntityName": "sample string 4",
"EntityID": "sample string 5",
"HasAccess": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.