PUT Application/PutSemanticContexts
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "25789db2-91e0-4e80-8053-4ce37393407f",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "6c412025-e3f8-43e0-b5d6-f9caa769fe47",
"SemanticContextID": "ad9c30d2-1657-4e9a-9219-5b9a723ba110",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "0f6478bd-21dc-491e-bfd0-4e2649f662a6",
"SemanticEntityID": "b464f8d0-8c73-4501-95bf-aac1d4b7dea3",
"SemanticEnumerationID": "60244fec-cc88-44b7-bd6b-191d686cbc98",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
},
{
"$ref": "1"
}
]
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.