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": "4d3b1edb-cc7f-46a7-813a-1f55e7d4b503",
"SemanticContextID": "e2bee6e7-d0ef-49d1-b11a-b074073a9745",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "2",
"ID": "edc96a88-3124-4a3a-acfc-44ba53662884",
"SemanticEntityID": "19f18ee7-28da-492c-93a3-bc81cf07bffa",
"SemanticEnumerationID": "4954cdb6-a99a-4d11-99ba-6606e685dc30",
"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.