PUT Application/PutSemanticContext
Request Information
URI Parameters
None.
Body Parameters
SemanticContextName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
Name | string |
Required |
|
SemanticEntities | Collection of SemanticEntity |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": "9c26c2e4-a0f9-4879-83ae-4e89b0d3f401", "Name": "sample string 2", "SemanticEntities": [ { "$id": "2", "ID": "e29ddedb-f7b6-4239-9171-cc7073805539", "SemanticContextID": "3d959fd7-857c-449a-90a2-df61c7fd9e04", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "3", "ID": "ff0c6a17-0117-4f93-9d87-85c37a0e0dfd", "SemanticEntityID": "84bda00c-e8a4-4eec-9a33-460fdb8ccf5e", "SemanticEnumerationID": "7868ea1e-38c6-455a-afb5-70748471d90b", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "3" } ] }, { "$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.