A group of changes made by the same person at the same time.
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] |
Name | Value |
---|---|
CREATE | "Create" |
UPDATE | "Update" |
DELETE | "Delete" |