PUT Application/PutSemanticContexts
Request Information
URI Parameters
None.
Body Parameters
Collection of SemanticContext| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| SemanticEntities | Collection of SemanticEntity |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": "dd65cc6a-29fe-4b38-ba16-cb86980e2af8",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "e4476486-5cac-4668-a65a-9793ed2e2aca",
"SemanticContextID": "537bd59c-bf59-4cfb-b824-f3fde88d86d2",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "4e77d7cc-e876-4753-a32f-0ccd04774746",
"SemanticEntityID": "53870bf7-2ea1-4ca1-84d9-1aa0ef187c77",
"SemanticEnumerationID": "d5a9967a-3d26-4525-aa57-283390805304",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$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.