PUT Application/PutSemanticContexts
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"id": "59dab471-2def-4966-af67-01ae1ff0e179",
"name": "sample string 2",
"semanticEntities": [
{
"$id": "2",
"id": "02e95dfc-d389-444c-b3a7-9d14434537aa",
"semanticContextID": "fd82ae13-08e4-4421-b931-47e303dc7a45",
"schemaName": "sample string 3",
"name": "sample string 4",
"assemblyQualifiedName": "sample string 5",
"isActive": true,
"semanticProperties": [
{
"$id": "3",
"id": "7d74e9d8-e263-4e02-925f-be5c796ffd51",
"semanticEntityID": "33158f01-373e-467c-b08f-5362df27f84f",
"semanticEnumerationID": "5e6ee0ec-65d7-44eb-acb1-d94639ce0a85",
"name": "sample string 3",
"isSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
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.