PUT Application/PutSemanticEntities
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "b4158e87-661e-4394-8b3d-b837ddf950f6", "SemanticContextID": "45a32810-ae5d-40f5-8cad-69e2f7e152b8", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "2", "ID": "ea6aee79-3add-4dd9-9a3d-690d0980d8ad", "SemanticEntityID": "dec7f876-3540-4df2-bf0a-06cce4786604", "SemanticEnumerationID": "72e1ed66-2fe2-43a9-a522-af68b837c27a", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "2" } ] }, { "$ref": "1" } ]
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.