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": "90d84f64-be1d-4439-8ef5-e417b1277da3",
"name": "sample string 2",
"semanticEntities": [
{
"$id": "2",
"id": "af507ced-c93f-47c3-8149-9e86fa820e3d",
"semanticContextID": "72fe8962-ef71-47e8-93b0-8debb1528941",
"schemaName": "sample string 3",
"name": "sample string 4",
"assemblyQualifiedName": "sample string 5",
"isActive": true,
"semanticProperties": [
{
"$id": "3",
"id": "97bfe07e-e567-423f-88ab-8e825b4499fc",
"semanticEntityID": "1aa0a854-8967-4e20-9220-c6413452271a",
"semanticEnumerationID": "e848ea07-5a1f-4728-b99c-41925ac5c90f",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.