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": "84750e5b-eb9a-4898-88d6-ba67f20a2963",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "88264b89-4657-4c26-8781-88e33e2cfcba",
"SemanticContextID": "24989571-9b4f-42a4-913c-8e15174ff1c6",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "6e644f13-2c0a-4987-b4fc-bc9bec1555fd",
"SemanticEntityID": "db2fd968-ca23-4065-8c28-3630cb1c4b73",
"SemanticEnumerationID": "ecf91e61-ad7a-4550-a79a-42ce98b5ba38",
"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.