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": "227ac341-60ce-41b4-9caf-25378b783326",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "496de481-72c7-45f9-ad83-029989c3b927",
"SemanticContextID": "aa3a69d5-487f-48b3-b1eb-e5527654645b",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "5d10104a-4ffd-4b33-b586-dd52c68dabb4",
"SemanticEntityID": "feaed930-9faf-47c0-b1b2-a0e53eb26a96",
"SemanticEnumerationID": "baf24e2b-fe20-437a-b5f0-a36792f7794c",
"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.