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": "a2adffe3-83cb-4eaf-9ef8-0aaa91978603",
"Name": "sample string 2",
"SourceEntityID": "3e0c672b-26a5-4746-bbec-3e267153a4fd",
"TargetEntityID": "e584d8bf-95b2-47de-8c9c-823720ee0e31",
"SourcePropertyID": "d44126ee-e01a-4fd4-9e1a-ae14864025fd",
"TargetPropertyID": "1674708b-9802-4208-a5be-d74ef47aed96",
"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.