POST Application/PostSemanticEntities
Request Information
URI Parameters
None.
Body Parameters
SemanticEntityName | 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": "e6cf743d-3e9a-4ed0-8e94-6fc68f4b30d2", "SemanticContextID": "775291f1-a514-464c-b92e-4bf862903875", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "2", "ID": "0f7d8f31-e541-47f1-b8db-a32fee00902e", "SemanticEntityID": "a43242e3-e865-463b-b1f0-b3b0aa68bcc6", "SemanticEnumerationID": "ca689f00-3f0b-48eb-a90a-706641c873cd", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "2" } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.