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": "78f7ea95-d73a-45a9-8985-a77c8783c1f3",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "18fc6f8b-a39f-472b-9729-869516ecc99f",
"SemanticContextID": "27a49d97-ae10-430e-a56d-93bd47b7f511",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "936f501a-9c68-46f7-bca6-fea8d2c850b1",
"SemanticEntityID": "cb6a21a9-3c51-4ea1-ae20-f6ba469067a5",
"SemanticEnumerationID": "8fcb4c7d-2d8b-4109-a38d-2ad8f9ddce0c",
"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.