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": "ec2368f7-6e03-4def-8d3a-36fe3a0fb495",
"Name": "sample string 2",
"SourceEntityID": "6a41358f-1515-4a00-9d92-dad41761f7e4",
"TargetEntityID": "f8680aea-234f-43c5-8f35-daf0a1ba3682",
"SourcePropertyID": "d8f69b01-1a38-4914-8881-a7f2e07de853",
"TargetPropertyID": "34975f09-bcbc-4789-adc7-2b0b7d14d6a4",
"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.