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": "4470c71c-8d84-452a-96f3-7d01ab4d094a",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "5959db8c-be8e-4ad4-be13-dca322ae2e4b",
"SemanticContextID": "5eb6ee76-c3e5-45bb-bd48-bd73077565f3",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "de88f0fc-877c-48b4-a6a3-3c1bd1eac561",
"SemanticEntityID": "d2907372-65c6-4d61-b73f-7dc263e8db10",
"SemanticEnumerationID": "30c944fe-c1ed-46e9-99af-d855969cd4de",
"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.