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": "0077eb90-39c6-49a3-b626-a2be62a5cef4",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "d75837e5-0473-4c56-b14e-160faf7c1af4",
"SemanticContextID": "582e6539-9dd0-4ce1-b501-b74166c4d03d",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "c1258c1b-e6a9-459c-ae93-27254dee07f7",
"SemanticEntityID": "38b0ba01-0241-42c9-8bd4-0ebc2a6747de",
"SemanticEnumerationID": "7095dfd1-49e7-4039-82be-b7bf55feaaa1",
"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.