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": "6e99b64e-cf2e-4f3d-a266-404d95bfbc32",
"Name": "sample string 2",
"SourceEntityID": "04fc01e5-b78f-4c11-b766-6a0e029cd694",
"TargetEntityID": "89f89131-f467-4301-b2f0-8ed5e8e194d7",
"SourcePropertyID": "6a672ea5-ee87-4a88-8850-1649ea16b9c9",
"TargetPropertyID": "21a978ac-5673-4fc8-b953-89f086da23dd",
"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.