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": "0d0a136c-2c59-4b3b-abe3-d7c393cbfa43",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "7a2562cb-3ca7-4366-af8d-b50d3ea4155c",
"SemanticContextID": "9f74b08d-7ef2-456b-acb3-545d270810bb",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "aafae36d-45a3-4653-9223-ccfde9fbcb61",
"SemanticEntityID": "358bdc0d-1638-4f70-bb26-ee914701a3fd",
"SemanticEnumerationID": "3119e9bf-f194-41eb-b2ba-3881ff4c4d93",
"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.