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": "39adb93f-7b64-401c-a5a2-e8870ad651ba",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "087b1dde-f202-41e6-9dad-cfcfb606af27",
"SemanticContextID": "4682026c-e0ba-46ee-8d41-8f2caf3d2a7a",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "d984bccc-e3ce-4f30-91f9-d7ba77698fd3",
"SemanticEntityID": "e6438f0a-bd5f-4327-a7c8-92ad2ac15bd8",
"SemanticEnumerationID": "00c2c0e0-6f2a-4fef-ae7e-f96cb02d5e30",
"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.