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": "c7e20bec-6065-4105-bca0-02ba2c9ec443",
"Name": "sample string 2",
"SourceEntityID": "f8596264-bd01-420d-a417-9a7d8965bb95",
"TargetEntityID": "d9602436-57ef-4b08-92d8-bbeb59b795ec",
"SourcePropertyID": "b819b8a9-20f4-416f-b059-ec7fe0eefc4a",
"TargetPropertyID": "a49e26c1-1634-4022-8e3c-9998817e9e71",
"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.