PUT Application/PutSemanticEntitySecurityConfiguration
Request Information
URI Parameters
None.
Body Parameters
SemanticEntitySecurityConfiguration| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SemanticEntitySchemaName | string |
Required |
|
| SemanticEntityName | string |
Required |
|
| SemanticEntityAssemblyQualifiedName | string |
Required |
|
| ParentSemanticEntitySecurityConfigurationID | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| Sequence | integer |
None. |
|
| Caption | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "bbfc27da-46a2-41e7-ae0d-289a3d84afab",
"SemanticEntitySchemaName": "sample string 2",
"SemanticEntityName": "sample string 3",
"SemanticEntityAssemblyQualifiedName": "sample string 4",
"ParentSemanticEntitySecurityConfigurationID": "1092b8f8-156c-49f9-8a85-fe7eb8e82343",
"IsActive": true,
"Sequence": 1,
"Caption": "sample string 6"
}
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.