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": "5b16f411-9879-42da-8781-1f4c56b17657",
"SemanticEntitySchemaName": "sample string 2",
"SemanticEntityName": "sample string 3",
"SemanticEntityAssemblyQualifiedName": "sample string 4",
"ParentSemanticEntitySecurityConfigurationID": "9907c44d-d2cf-4d75-95cc-45ec1e024d9b",
"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.