Create Entity Relation

Create a new entity relation.

Headers

x-api-keystringOptional

Request

This endpoint expects an object.
namestringRequired
from_entity_idstringRequiredformat: "uuid"
to_entity_idstringRequiredformat: "uuid"
descriptionstringOptional

Response

Successful Response

namestring
from_entity_idstringformat: "uuid"
to_entity_idstringformat: "uuid"
idstringformat: "uuid"
organization_idstringformat: "uuid"
created_by_emailstring
modified_by_emailstring
descriptionstringOptional

Errors