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": "cdfd264d-ffc5-413a-89c1-34ef8dde3726",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "8349b3b3-d521-4cf7-917a-1b1d15ad31bc",
"SemanticContextID": "609467b7-99cd-415d-a106-c66b9e70f5b0",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "1ce654c6-4c5d-4a2b-b94f-0a874436c7a8",
"SemanticEntityID": "35b1d775-5a66-4735-bc7c-6aa65182c4b8",
"SemanticEnumerationID": "e4f3feb9-d47d-4059-b141-0a59657f71c7",
"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.