PUT Application/PutSemanticContext
Request Information
URI Parameters
None.
Body Parameters
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": "cbd5d652-f379-474c-b67b-b42aa28b059b",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "d4c6d912-8db6-4e7c-91c3-89390d701ccf",
"SemanticContextID": "248e4dc1-3f1f-4241-8a63-9bedc34dbe60",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "f99d32ad-d15d-4954-876a-d19bea9dd15e",
"SemanticEntityID": "792ca29d-21d0-476c-96a4-69d501e0d3f7",
"SemanticEnumerationID": "6082383d-59dd-4200-93e5-d809e7954801",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
}
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.