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": "a5a4216e-a04a-46a7-a377-f66fb91c2013",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "54b2952a-2af2-4327-aa25-7b5074ed0d1f",
"SemanticContextID": "db5c1671-e152-43f1-9f1a-8fd0239dc41d",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "38fb8e4c-fbca-4ad3-b66b-aed5fcf4d50a",
"SemanticEntityID": "dfc666d1-011c-4506-9c3b-0a59502e3e0f",
"SemanticEnumerationID": "cdf3afe4-83ed-4e6f-b40d-61de69541b46",
"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.