POST Application/PostSemanticEntities
Request Information
URI Parameters
None.
Body Parameters
SemanticEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SemanticContextID | globally unique identifier |
Required |
|
| SchemaName | string |
Required |
|
| Name | string |
Required |
|
| AssemblyQualifiedName | string |
None. |
|
| IsActive | boolean |
Required |
|
| SemanticProperties | Collection of SemanticProperty |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "4a134b78-05af-4493-99d2-9af5647abcbf",
"semanticContextID": "197b1dc3-6363-4885-9b99-a9a1ee33ba18",
"schemaName": "sample string 3",
"name": "sample string 4",
"assemblyQualifiedName": "sample string 5",
"isActive": true,
"semanticProperties": [
{
"$id": "2",
"id": "d6e106ef-8d38-4e2a-b441-91d4a904db6b",
"semanticEntityID": "f9f2e322-597e-4406-8ec0-9f0dd5adf706",
"semanticEnumerationID": "27bacddd-9990-4522-84e9-69a5666c7a50",
"name": "sample string 3",
"isSynchronized": true
},
{
"$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.