Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.34 KB

CompleteRelationship.md

File metadata and controls

25 lines (15 loc) · 1.34 KB

CompleteRelationship

Representation of a relationship containing details of source and target entities, and both outward and inward descriptions.

Properties

Name Type Description Notes
href URI The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. [optional]
version Version [optional]
relationshipDefinitionId ResourceId
sourceEntity RelatedEntity
targetEntity RelatedEntity
outwardDescription String Description of the relationship based on relationship definition's outward description.
inwardDescription String Description of the relationship based on relationship definition's inward description.
effectiveFrom OffsetDateTime The effective datetime from which the relationship is valid. [optional]
effectiveUntil OffsetDateTime The effective datetime to which the relationship is valid until. [optional]

Back to Model listBack to API listBack to README