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": "304c489c-ea36-4c4f-a4ac-3da97df31268",
"Name": "sample string 2",
"SourceEntityID": "d2648978-a0ed-4b69-b66c-5e7a71d7df00",
"TargetEntityID": "328c2106-de9f-438c-bd21-ea40d21e93f7",
"SourcePropertyID": "9f10985b-f649-4f23-949b-f46e9bfda6b2",
"TargetPropertyID": "5de0d2a8-3726-4ec4-87c3-4f1bf8e53135",
"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.