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": "db260713-a1ea-4658-92ef-262ee22003ab",
"Name": "sample string 2",
"SourceEntityID": "158a5afc-9290-4757-8acd-b4033098a217",
"TargetEntityID": "97d8d30a-0a5b-4560-936c-e386db144d8f",
"SourcePropertyID": "8318ed22-64d8-4a4f-b8fd-9163dfbbb626",
"TargetPropertyID": "e378c9a6-b8c2-44bf-97ed-a2b5b38b00e4",
"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.