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": "ba0a04da-1476-4c4a-959b-9ee513799c46",
"name": "sample string 2",
"sourceEntityID": "808f95e3-a4bb-4af8-8b64-c4e42f310083",
"targetEntityID": "1b813a57-1bf0-4a33-8266-b5d5c7e7b422",
"sourcePropertyID": "186e2c70-6144-4429-aeb4-a82e004080ec",
"targetPropertyID": "a7d3fec6-3e64-436a-9df2-c2af064fb5b6",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.