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": "d6f32fdb-0581-4d53-b7bf-d96c6d3d8a5a",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "b59112fc-52a5-4c44-9b99-059384fa7685",
"SemanticContextID": "612f27b4-5d4c-43e4-a59f-d4e400ae8168",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "c2693950-75fa-4c32-bcb2-a9e1c8fee6f7",
"SemanticEntityID": "0650bc7b-1b7e-4c7c-9ed9-c0b43c528db1",
"SemanticEnumerationID": "12d587e4-3920-45f2-8447-c06efff47955",
"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.