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": "67eef471-885e-4d40-b77d-9295b63663aa",
"Name": "sample string 2",
"SourceEntityID": "6d32c62d-d11d-43e7-8a0d-c789e17a948e",
"TargetEntityID": "b15c04fb-39c2-4595-a003-09afc37ffa1b",
"SourcePropertyID": "5ef7330e-d807-420a-bfe0-9b9632f443fb",
"TargetPropertyID": "0923e405-8176-4e0c-8323-f1d7a251e3a0",
"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.