POST Application/PostSemanticEntitySecurityConfigurations
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": "ea1fd9d0-923e-4ab1-9674-eb1d943ecab9",
"SemanticEntitySchemaName": "sample string 2",
"SemanticEntityName": "sample string 3",
"SemanticEntityAssemblyQualifiedName": "sample string 4",
"ParentSemanticEntitySecurityConfigurationID": "e090c669-3efe-4b76-8af0-32bec2c9bb34",
"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.