PUT Application/PutSemanticEntityRelationship
Request Information
URI Parameters
None.
Body Parameters
SemanticEntityRelationship| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| SourceEntityID | globally unique identifier |
Required |
|
| TargetEntityID | globally unique identifier |
Required |
|
| SourcePropertyID | globally unique identifier |
Required |
|
| TargetPropertyID | globally unique identifier |
Required |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "cdd648d9-6843-442c-87a1-95a2bc54f3ce",
"Name": "sample string 2",
"SourceEntityID": "4a24146e-0f38-4ef8-bbfd-27f09ecfd202",
"TargetEntityID": "9cdc1317-8aa5-41a6-acad-38e0c6ca0b3d",
"SourcePropertyID": "849fc9d0-4f3e-4f93-9e01-a0d9e8cc426f",
"TargetPropertyID": "b9e42068-5f79-4ec7-b924-8fb88abdfdaa",
"Description": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | 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.