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": "6acc2825-f674-4c2b-8cf0-de5da1072c16",
"Name": "sample string 2",
"SourceEntityID": "f1176901-2775-49c3-899d-eb0cd90c396b",
"TargetEntityID": "2e042446-cea5-4c8d-bb96-f49a24802727",
"SourcePropertyID": "4fe3b82c-b899-4f38-bc41-28129aa565a1",
"TargetPropertyID": "79f7e6d0-95af-4837-91cb-6b8af1e4a1a7",
"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.