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": "7c3a4e09-61b4-4538-9ca7-d7fa29f7c96b",
"Name": "sample string 2",
"SourceEntityID": "19fd6b99-5d5d-4cdc-b091-5d2582d9806a",
"TargetEntityID": "2b184597-b9ad-4699-81aa-050e69832286",
"SourcePropertyID": "06105573-6346-49c5-9915-98222e9a3ff7",
"TargetPropertyID": "22d9a882-3971-4a95-a889-a71e72494d49",
"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.