PUT Application/PutSemanticEntityRelationships
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "9dae42ef-d4d9-49e5-93d8-1c6ef3411644",
"Name": "sample string 2",
"SourceEntityID": "ccd7bc0c-354d-4cb1-98ea-3664f8b5709f",
"TargetEntityID": "bc731a30-f621-486d-a465-30cda7fb1dc8",
"SourcePropertyID": "11ca3ab7-3bd5-4b42-8a82-010fa48c94d6",
"TargetPropertyID": "036b77f3-8026-48f4-9c91-8360494ead8f",
"Description": "sample string 7"
},
{
"$ref": "1"
}
]
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.