PUT Application/PutSemanticEntityRelationship
Request Information
URI Parameters
None.
Body Parameters
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": "9cfddcf2-e157-4a1b-a076-c41c536ba88c",
"Name": "sample string 2",
"SourceEntityID": "6746d830-b78c-4a53-8d70-adb1d931d41c",
"TargetEntityID": "560ba757-7168-471c-a4e9-55e20869bd03",
"SourcePropertyID": "03bb0e11-b271-445a-96ee-e6bc9b527ce3",
"TargetPropertyID": "76fa3eba-ce8d-4b92-be62-513846627efa",
"Description": "sample string 7"
}
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.