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": "b6149b12-f1c0-492b-b500-271034c397cc",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "ca99596f-4644-47c0-9068-2cb272f6854d",
"SemanticContextID": "baceb41f-86ed-401b-8059-7837f9331959",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "3fded5e7-e3cd-48da-bb2e-160493dd2147",
"SemanticEntityID": "f568ffd4-d036-4bff-90bc-1780cb2792e1",
"SemanticEnumerationID": "59d41f08-08dd-4f4a-aeb9-3ffd765b60f4",
"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.