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": "fb0b4db5-c654-4814-bcc4-4f706c3fd45e",
"Name": "sample string 2",
"SourceEntityID": "d89c5fa8-fd74-4df5-9e96-75e88a7e3bc2",
"TargetEntityID": "b1df79b8-c2aa-45b0-b179-70291b1a0046",
"SourcePropertyID": "eb9dc21d-3c29-4139-881c-3b0f702628b4",
"TargetPropertyID": "e0a01fd6-3a0c-44f5-8dec-4d236d0163b7",
"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.