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": "c33f89f1-19b0-4c0e-a971-4f0174159ae2",
"Name": "sample string 2",
"SourceEntityID": "d10c799c-314f-4323-b5d3-761cdb38d218",
"TargetEntityID": "d6652f29-07e4-4320-9343-29cfa3463077",
"SourcePropertyID": "7c0e278c-8090-493e-9e10-89e8d3a1d40b",
"TargetPropertyID": "c42060ad-f257-4af2-b68e-66123bf4db26",
"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.