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": "6455f994-ee13-432d-9747-02efbf3b3816",
"Name": "sample string 2",
"SourceEntityID": "aef82a8f-8fc1-4fd9-92f2-a735d089c99c",
"TargetEntityID": "9f839d8d-5bd0-4a83-bc6f-9cb2e52bf56e",
"SourcePropertyID": "08e2f044-f474-458d-b489-b224fee50e5f",
"TargetPropertyID": "e448f7f0-9229-497c-81dd-d09f99eb7b2a",
"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.