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": "6ec2bd7c-15bf-49d5-9946-f977b8204ac4",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "22fc2b7e-8c3b-4920-9e49-ef54add1177a",
"SemanticContextID": "2dd103dc-9381-4194-949d-93cf7bc90349",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "2770df5f-db01-429e-93aa-96d6913ec9ed",
"SemanticEntityID": "21bea3dd-86b7-4359-8a19-7ccbd464085b",
"SemanticEnumerationID": "179b1acf-00d3-440e-839c-7136a8204b2e",
"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.