POST Application/PostSemanticEntityRelationships
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": "e254d0d1-f957-464c-9823-d056754b91df",
"Name": "sample string 2",
"SourceEntityID": "1510d979-f66a-4bd4-9db0-68422c32d8c2",
"TargetEntityID": "8e9af606-3b72-47aa-83f8-e139b486ba31",
"SourcePropertyID": "bab780c3-189b-4d0a-a1bf-99172bda7dfa",
"TargetPropertyID": "aee8c386-ce6a-4078-9a45-492a56ef0b0d",
"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.