POST Application/PostSemanticContexts
Request Information
URI Parameters
None.
Body Parameters
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": "99cf730e-d362-4431-8588-e3a59d90a1ad",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "7e65766f-3b57-4365-aec6-aed15fe3a175",
"SemanticContextID": "1a74c6a9-50b0-4319-8b50-bad5a843b18e",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "62cbf7fe-796e-42ce-a8ef-2869d0117929",
"SemanticEntityID": "d5cf9127-cf3a-4661-ae1b-e553962547ce",
"SemanticEnumerationID": "dfa097d2-6995-47d6-af47-af3e06cc3f62",
"Name": "sample string 3",
"IsSynchronized": true
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
]
}
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.