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": "15babc29-c408-4aae-aacf-50a5056280ab",
"SemanticContextID": "772e07ff-3923-437f-92ee-9a7d20e0ec91",
"SchemaName": "sample string 3",
"Name": "sample string 4",
"AssemblyQualifiedName": "sample string 5",
"IsActive": true,
"SemanticProperties": [
{
"$id": "2",
"ID": "c3de14f2-e62b-49f6-bbc5-a5d3ee2158d3",
"SemanticEntityID": "4e5813c3-04b1-43e5-b2c6-077619512881",
"SemanticEnumerationID": "93b571b7-eb54-47a9-9c3b-eb4278290b6b",
"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.