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": "4bd63dd5-5d61-4ba9-8d62-c9e223ac367b",
"Name": "sample string 2",
"SourceEntityID": "bfadc6b0-7698-4e6f-b69a-9fa679250f65",
"TargetEntityID": "40564629-84ba-41eb-b253-87212891a7ef",
"SourcePropertyID": "fe464bf4-538c-416a-bc01-7eb3586bdc47",
"TargetPropertyID": "c5900ab1-2907-4f77-a872-9ba57a4de645",
"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.