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": "26e6426b-805c-49fd-bd9b-8d669749b354",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "248477cd-ccd3-4ac6-81c3-b0d6089d410e",
"SemanticContextID": "77a1b01d-142a-42c1-a998-86119636c6ee",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "d62c8dce-7c67-4370-8e51-c896b08ed975",
"SemanticEntityID": "ffc6d89b-7b86-43b4-aec1-d7776a08f1ca",
"SemanticEnumerationID": "eb501909-6a7e-4aa8-9f52-eda103049edb",
"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.