Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.12 KB

ChangeHistory.md

File metadata and controls

32 lines (18 loc) · 1.12 KB

ChangeHistory

A group of changes made by the same person at the same time.

Properties

Name Type Description Notes
userId String The unique identifier of the user that made the change.
modifiedAsAt OffsetDateTime The date/time of the change.
requestId String The unique identifier of the request that the changes were part of.
action ActionEnum The action performed on the transaction, either created, updated, or deleted. The available values are: Create, Update, Delete
changes List<ChangeItem> The collection of changes that were made.
links List<Link> [optional]

Enum: ActionEnum

Name Value
CREATE "Create"
UPDATE "Update"
DELETE "Delete"

Back to Model listBack to API listBack to README