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": "55ff8978-1cfb-403a-8d84-5be17c9ae9b6",
"Name": "sample string 2",
"SourceEntityID": "12a9d776-e2aa-4f65-9818-1b671ba3ca27",
"TargetEntityID": "48b76091-f174-4e47-94cd-a8dcf7e5cf91",
"SourcePropertyID": "5f556e80-2cae-40cb-aaa4-6e357706802a",
"TargetPropertyID": "88480035-3882-40d3-a4dc-99633bfb749f",
"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.