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": "fcfe7c4e-a4b2-417f-9ef8-ece2622269e4",
"SemanticContextID": "2316f6df-03d7-4614-ad27-6f322dabd169",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "2",
"ID": "7d00d453-721b-4d49-bbc7-c2dabcae424e",
"SemanticEntityID": "31abbf3c-3fe0-46bb-b253-4b561170a400",
"SemanticEnumerationID": "6d888d9b-4b37-4c6c-bd54-fd63baba9125",
"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.