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": "571d6d6e-580b-46ce-bf8f-54466acbe707",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "cb927dc5-eadd-41a4-842e-2e5b1548fc13",
"SemanticContextID": "b9318a45-006d-4bde-b637-3e28698b75e5",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "78ae49cb-2f57-4d7c-857f-44eb5a635493",
"SemanticEntityID": "3ace9bed-7b5d-466a-af45-f0b93020c74c",
"SemanticEnumerationID": "78a6c42d-878b-486f-8b3a-34f681250f1b",
"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.