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": "f3ee54bb-ad63-4ea1-a23c-04cb8d34f69a",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "22de5602-1df1-427a-b2e3-cb5dd934968e",
"SemanticContextID": "e0dac80a-5a1c-4f1a-85ec-c319c626e060",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "001505d2-937f-4da8-9211-328029fa42a4",
"SemanticEntityID": "d0d8100e-de55-496d-b610-c9751e12b1cf",
"SemanticEnumerationID": "1cb377c1-760e-409e-bed1-f1f22df90b0f",
"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.