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": "b80f358f-7974-421a-8dc2-a172b4cb9e12",
"Name": "sample string 2",
"SourceEntityID": "b87c183d-b718-4ec6-b6bc-8ad16ca85a10",
"TargetEntityID": "204635aa-744a-429d-ad34-c8a47fa1f7cf",
"SourcePropertyID": "04ba89cb-eb54-4ccd-83a5-a6fc103a80ee",
"TargetPropertyID": "6be278af-48ed-4651-b3fa-e7a1ced8d75d",
"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.