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": "4c4e3609-e195-4a6a-a029-a34a2f33c474",
"SemanticContextID": "5e97267f-da2c-486f-a71a-f8ae04dae02d",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "2",
"ID": "d9c3fbbc-8a8a-484a-b6f7-a9ef987aacf0",
"SemanticEntityID": "094feaaf-7284-47cd-a1a0-64b37779964d",
"SemanticEnumerationID": "91456bcb-ae03-4b4a-87bb-7bee818a4b06",
"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. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.