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": "6cb64294-a809-4dd6-bfc8-c5a5e9fbe606",
"name": "sample string 2",
"sourceEntityID": "b229a35d-1985-4583-b022-a6ba9ef20f87",
"targetEntityID": "7d46c709-93d9-475b-9d96-76def3079ab5",
"sourcePropertyID": "569a2ae2-d7e6-4693-884d-e022c02b7882",
"targetPropertyID": "4d5f7aa3-e8d3-452f-8205-21a9b804bfd9",
"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.