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": "dcc42595-8662-4612-8da3-610744091e29",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "7318c391-f79d-4725-a2f5-1da04e60e97c",
"SemanticContextID": "ae3edb7b-822a-422f-9b91-c5b442e7fa34",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "0a9f26ff-3f3b-4c3d-b923-10e7fe27cdc6",
"SemanticEntityID": "4328d4a2-c1e7-4191-87df-4be25783b284",
"SemanticEnumerationID": "29e107f7-58c8-4e3b-99b2-6ceba5000463",
"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.