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": "64658918-a768-4266-86ef-e41ae1021217",
"Name": "sample string 2",
"SemanticEntities": [
{
"$id": "2",
"ID": "f0038c76-b75b-48ff-acc5-67be302dc4d9",
"SemanticContextID": "6932f6ad-f2a6-4e42-96c0-19ff78ef4256",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "3",
"ID": "50a79453-a01e-4830-95f0-b370f2a548c6",
"SemanticEntityID": "acc320e2-13a2-4a0f-8659-79564a4b97fd",
"SemanticEnumerationID": "6df1488f-a79b-432c-83d2-1a8674db4b85",
"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.