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": "1343ad6f-ba96-4f9d-94db-e954521770f8",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "3409831a-92a3-4f03-9f8f-8307da2d96f0",
"SemanticContextID": "96aa1c6e-aef5-45c1-8e10-6571f223baa0",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "d988bae8-76e1-4f3b-ac3f-87b44fedb937",
"SemanticEntityID": "a0009127-e5e2-435e-949c-e12a42942d94",
"SemanticEnumerationID": "2ea5e571-baf3-4c4e-84ab-861f1b446cea",
"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.