PUT Application/PutSemanticEntities
Request Information
URI Parameters
None.
Body Parameters
Collection of SemanticEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SemanticContextID | globally unique identifier |
Required |
|
| SchemaName | string |
Required |
|
| Name | string |
Required |
|
| AssemblyQualifiedName | string |
None. |
|
| IsActive | boolean |
Required |
|
| SemanticProperties | Collection of SemanticProperty |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "87711ded-79ba-411b-9495-5aa168cd81ac",
"SemanticContextID": "82d7b36a-811d-491c-a60c-5e0dd0fb6840",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "2",
"ID": "ef4b5f2c-6111-4fa9-b74f-41643338fe9f",
"SemanticEntityID": "6c00a3e5-8a23-4e3c-8a1b-42198419828a",
"SemanticEnumerationID": "6dd4f478-2483-498f-b3fe-7461b8bb1a53",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
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.