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": "6310e47b-1b51-4fbc-9894-37e6cdee5915",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "263c325b-b1da-4746-b9ff-503286e86996",
"SemanticContextID": "fb67b002-4eda-4e18-983c-dc93d23b4fe2",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "e570b07e-197d-4d1d-a6d2-8127b2a2285a",
"SemanticEntityID": "312350e6-9174-451e-8b6a-7d7f4d0aa718",
"SemanticEnumerationID": "ba956036-d2c2-422a-bcec-57c8ac894cdc",
"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.