PUT Application/PutSemanticEntity
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": "a7056823-e220-4e55-af7d-6ef3eee66030", "SemanticContextID": "c78bf099-0a43-47f4-99a9-82bad93f7f67", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "2", "ID": "625513c7-df49-4b4f-8794-39d38ea7eb73", "SemanticEntityID": "b3344602-22f7-41a6-afc6-41ecec3032dc", "SemanticEnumerationID": "7b8f8d84-ddd3-45cf-be48-150e5d73336c", "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.