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": "948daaae-40b9-42a4-b094-2010a63c71cd",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "efa9112f-c7ba-4959-a3cd-3191d2f819d9",
"SemanticContextID": "96050d91-4991-423e-863e-0dbceba5848d",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "fdae8c2c-3a25-4bd7-8e28-92ef0b36654f",
"SemanticEntityID": "395430e1-4da7-461e-8651-f1b2856b7ec5",
"SemanticEnumerationID": "2fa8d319-8382-4f4e-a651-b0936d17f104",
"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.