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": "ac22e196-2e43-4092-aecb-17cf8a809768",
"Name": "sample string 2",
"SourceEntityID": "040b7ebf-4754-4d8a-93c0-77356a4c8caf",
"TargetEntityID": "ace71ead-da0a-4830-a6c2-78e28342ef8b",
"SourcePropertyID": "ad2c3226-3598-4ccb-a908-cbd44902109b",
"TargetPropertyID": "fe85bc4c-2735-48e0-8505-39d89b2754ce",
"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.