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": "809bbbc1-4588-41f7-ab97-7e784d44bfbc",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "60c1ff57-ba64-491b-9c8b-cd0e399d8c57",
"SemanticContextID": "e8f64960-d75b-436e-b0b8-ed4a464ddbf3",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "3c0a2000-892a-483f-a894-5ec2a579a527",
"SemanticEntityID": "8d863a7d-488c-4991-b375-5d268711d107",
"SemanticEnumerationID": "01bae559-9034-41f5-a29a-8c2b37b8348f",
"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.