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": "a52fa16c-b2a3-4198-8567-850cfc6e56d5",
"Name": "sample string 2",
"SourceEntityID": "4ecbadc9-503d-4342-addf-e623229b1150",
"TargetEntityID": "87e706e3-dcb8-4f57-9664-4fae2e8ea70f",
"SourcePropertyID": "8ec31fc2-66d0-4c64-a7f3-2d2edb44d96e",
"TargetPropertyID": "92026d6e-f67a-4a12-a2a1-8d519ab78a35",
"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.