PUT Application/PutSemanticContexts
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "3264eb53-2219-4e90-bd64-e448c28f2e1b", "Name": "sample string 2", "SemanticEntities": [ { "$id": "2", "ID": "5507e5b8-c125-4bf2-9078-158e90d3bd2c", "SemanticContextID": "4a235bfe-34c4-4228-8dea-01436156e3c4", "SchemaName": "sample string 3", "Name": "sample string 4", "AssemblyQualifiedName": "sample string 5", "IsActive": true, "SemanticProperties": [ { "$id": "3", "ID": "392df010-7a41-4f97-9edf-e0ed0463b34a", "SemanticEntityID": "b27bbcca-094f-4e07-8717-da55d0dd6ca6", "SemanticEnumerationID": "b09684ea-ba01-48b2-8f1e-a811184f69a1", "Name": "sample string 3", "IsSynchronized": true }, { "$ref": "3" } ] }, { "$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.