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": "d372aac2-ba1d-40ca-a96c-0301c2129b5a",
"Name": "sample string 2",
"SourceEntityID": "4cb5cf1f-4cac-462b-8595-e2a6342f61e1",
"TargetEntityID": "85b3b3a8-318a-428b-b05e-b7f6a9b69184",
"SourcePropertyID": "cc0c328f-7f82-47e7-a43a-9fe4d82882d4",
"TargetPropertyID": "7dc19d21-6459-4833-a0a5-fc405ea6b27b",
"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.