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": "2f47cbc0-e8cb-4a63-857e-4c37fc8fb931",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "100c402c-dccf-4a55-9f9e-d3af65213c1b",
"SemanticContextID": "461f165c-2569-4e0a-9cb4-cd4192cf0218",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "973633dd-55da-4a35-bf42-20642d2e6c5c",
"SemanticEntityID": "31ca4716-7d6f-4e4f-859b-faddcb911f80",
"SemanticEnumerationID": "ce981fce-e2cc-47b1-8e59-209082b91a38",
"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.