Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.64 KB

PortfolioEntity.md

File metadata and controls

29 lines (19 loc) · 1.64 KB

PortfolioEntity

A list of portfolios.

Properties

Name Type Description Notes
href URI The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
entityUniqueId String The unique id of the entity.
asAtVersionNumber Integer The integer version number for the entity (the entity was created at version 1) [optional]
status String The status of the entity at the current time.
asAtDeleted OffsetDateTime The asAt datetime at which the entity was deleted. [optional]
userIdDeleted String The unique id of the user who deleted the entity. [optional]
requestIdDeleted String The unique request id of the command that deleted the entity. [optional]
effectiveAtCreated OffsetDateTime The EffectiveAt this Entity is created, if entity does not currently exist in EffectiveAt. [optional]
prevailingPortfolio PortfolioWithoutHref [optional]
deletedPortfolio PortfolioWithoutHref [optional]
previewedStatus String The status of the previewed entity. [optional]
previewedPortfolio PortfolioWithoutHref [optional]
links List<Link> [optional]

Back to Model listBack to API listBack to README