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": "30fd7e97-57cb-400c-bd4d-94499c6c1a7e",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "1c3ea8b7-4f2d-4b9c-9318-6915caa17624",
"SemanticContextID": "6b00aa1e-f261-401d-be92-8aa1693469fe",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "8d1af848-dc50-4464-9105-384e59b12071",
"SemanticEntityID": "ab5df0e4-2f54-4684-a86f-aa7f42f7559e",
"SemanticEnumerationID": "aae458ea-3c79-4195-975a-ccf6dcd38ab1",
"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.