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": "8ed38a8b-f6f7-453f-b0e6-dd2e83042f8a",
"Name": "sample string 2",
"SourceEntityID": "5cdd1a9a-5486-42d6-be62-eba43e9aba56",
"TargetEntityID": "8cccd230-abd2-465c-8e7e-f1733e8837a6",
"SourcePropertyID": "7e864a18-2c89-4301-89fd-aad84d46927b",
"TargetPropertyID": "781b145d-c283-4e6a-b934-fd38fa9b0071",
"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.