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": "b7d357d9-f21a-48b2-988f-cbd3ba56c550",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "fe6713e9-59ba-47dc-bb06-b61faf26f5e9",
"SemanticContextID": "5c38d496-a225-4d27-837e-dcabe58f16f0",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "ea9e9993-11a0-484a-b768-470dc046d1aa",
"SemanticEntityID": "f065f0d4-9402-4adb-9fab-4ec5e52f928d",
"SemanticEnumerationID": "6f291865-c469-426e-b02e-8084080aed26",
"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.