PUT Application/PutSemanticEntityRelationship
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": "3f6584cf-747a-44fe-92dd-b236edefaedd",
"name": "sample string 2",
"sourceEntityID": "627d3197-1b34-475b-91fa-d3a43d9bcefe",
"targetEntityID": "ca8ccfee-0f74-454c-bb60-42e43952fe41",
"sourcePropertyID": "440a492f-1f99-4d8f-82e8-4e353db3edb2",
"targetPropertyID": "47a79290-8ad5-4e56-a5b1-8ec27a3a7bdd",
"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.