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": "4fe88ab9-c634-4484-bc79-8ca956c5b985",
"Name": "sample string 2",
"SourceEntityID": "b78416e6-e233-4aad-bbe8-2e3592c3b1b4",
"TargetEntityID": "b1bc473e-6ecf-4242-a1df-b76c022dce7f",
"SourcePropertyID": "17b5c774-34df-46ab-b1f9-8e71923b641e",
"TargetPropertyID": "5a30f855-30be-4b24-b9bb-ab768e202b2e",
"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.