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": "ae0523ad-4497-454a-9810-bb81560d4f0c",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "7986e953-ddb2-4e05-a883-282140e7ef7e",
"SemanticContextID": "c6961981-6bcd-4271-9e6d-a9c9cdce1363",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "18a0270e-f66f-406f-9a0a-c5172ea8774f",
"SemanticEntityID": "eef0d9ea-14e1-44b9-9e13-ee172d7b7a24",
"SemanticEnumerationID": "014005aa-3b72-41b6-b270-300ec708ddd6",
"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.