POST Application/PostSemanticEntityRelationships

Request Information

URI Parameters

None.

Body Parameters

SemanticEntityRelationship
NameDescriptionTypeAdditional 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": "4d7c1dd2-4b4b-4cd4-8397-cd93514421dc",
  "Name": "sample string 2",
  "SourceEntityID": "2e1d529f-d822-40d8-95cd-39955567714e",
  "TargetEntityID": "a8ecb4a4-4a64-435d-849f-d39320a8820c",
  "SourcePropertyID": "03db0672-aa70-4c8e-a933-f07fa2b87405",
  "TargetPropertyID": "d21e1a1f-5733-4629-a904-7e7f4c706a64",
  "Description": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional 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.