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": "02da7e16-5012-440a-886c-619bb70dd087",
"Name": "sample string 2",
"SourceEntityID": "3b7a6dc2-e5ab-48c6-9251-c1deacca5317",
"TargetEntityID": "229d19b2-a9b2-48e9-afe9-364385b0afeb",
"SourcePropertyID": "1e261680-e936-4c9e-8aee-c51f5f3c0fb7",
"TargetPropertyID": "86eb7a2e-6866-4705-85f9-359dc761f553",
"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.