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": "7402ed1e-a20b-4bc6-947a-6b0e75aade56",
"name": "sample string 2",
"sourceEntityID": "c80f6aae-ca3f-4a4e-b374-60326cc67702",
"targetEntityID": "a6107bee-fe1b-45af-9437-7334ce064b56",
"sourcePropertyID": "b922bf66-6d1c-4d96-8cfc-986eea7b2d08",
"targetPropertyID": "da0b0fe9-f286-40f4-bff6-9af3244ce21c",
"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.