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": "04d1f5b9-383f-4a96-8087-3c3afda9d2d5",
"Name": "sample string 2",
"SourceEntityID": "08efe5e6-0606-41bb-af52-4033fcfaa3a9",
"TargetEntityID": "79fb8429-7b48-42c2-a29d-43d0d131d70e",
"SourcePropertyID": "e4639b25-0a17-481e-abcc-be9d4903cc89",
"TargetPropertyID": "205948e0-8906-4fdc-a07b-5455de6ae168",
"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.