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": "37ee8f58-dd29-46b9-87c5-f3e7d3301b17",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "882525bf-4687-4ab6-9581-766400b22cc2",
"SemanticContextID": "11d55956-354a-403a-ac6a-b399dd993164",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "680c536d-881f-4f95-9b42-6890635438b2",
"SemanticEntityID": "37c1956b-4964-40c5-9973-ce8dc7abb421",
"SemanticEnumerationID": "911992b3-4a5b-4f53-a982-1eb9bcf9ae69",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.