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": "e8a8f153-8132-40fa-a5d9-e608276c48ed",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "4b5187cd-6709-41f0-818d-702202b43ab8",
"SemanticContextID": "4e28fab8-28e9-423a-9a50-1e958d517db0",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "4ff501e5-0fdb-4389-9ca2-640a8d9378d5",
"SemanticEntityID": "0ccb2701-c1b3-47b0-9799-cc483ebed281",
"SemanticEnumerationID": "729758c2-d580-4c14-9d76-748100d44f5b",
"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.