PUT Application/PutSemanticEntityRelationships
Request Information
URI Parameters
None.
Body Parameters
Collection of SemanticEntityRelationshipName | 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": "f7f448d4-ba93-4e14-9670-8a97a2568e41", "Name": "sample string 2", "SourceEntityID": "06999727-b6c2-4167-9303-697ee2a520c4", "TargetEntityID": "f9e2a884-0cdf-48f1-afd8-7a91a2bb4fcf", "SourcePropertyID": "5506b0fc-7d96-46d8-8def-b09bcdd0e266", "TargetPropertyID": "d4ff665c-0830-4671-ad59-51ef58149830", "Description": "sample string 7" }, { "$ref": "1" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.