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": "09b3b332-50ec-40ec-a90e-e8d942643f7f",
"name": "sample string 2",
"semanticEntities": [
{
"$id": "2",
"id": "ae7b43a4-1162-437d-9754-2dd894f9ccc0",
"semanticContextID": "ae70766e-b087-4185-b2bf-d4914f7172ad",
"schemaName": "sample string 3",
"name": "sample string 4",
"assemblyQualifiedName": "sample string 5",
"isActive": true,
"semanticProperties": [
{
"$id": "3",
"id": "2af54fbe-dd2b-49be-a4e2-2125d135f18b",
"semanticEntityID": "81483dcb-4541-455a-976a-1b2a369f8f96",
"semanticEnumerationID": "d9dc2481-b8bb-4e98-a3c4-65bb819f4da7",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.