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": "7da36160-6faf-4629-9e67-909c5dd14777",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "213ae611-8141-4e9c-80ed-5f3a18d05344",
"SemanticContextID": "8bc57e9b-a77e-40dc-9b31-ae7ecdfc25cf",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "34cf8725-30e9-4e33-8e72-41088ea9cc1c",
"SemanticEntityID": "708745e6-c6f1-42c8-b448-701ce6881e6d",
"SemanticEnumerationID": "ac9729f0-1b39-48fb-87aa-04da11a03714",
"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.