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": "f9e49fc4-5d88-4f41-948c-85a5bacc44b8",
"name": "sample string 2",
"sourceEntityID": "0a81e88a-6bb9-4518-ae37-c415b2f2a3bf",
"targetEntityID": "0289926c-0430-4195-a8c1-41c3f168444b",
"sourcePropertyID": "aa44c402-0836-4d0a-9eef-3e9561dc68e9",
"targetPropertyID": "fa4b2b7b-b878-4202-b16d-a5007ce74a83",
"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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.