Journal Entries
Update multiple Journal Entries
Updates multiple existing Journal Entry’s details.
PUT
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
An optional identifier for audit logging.
Body
application/json · object[]
The unique ID of the object.
The datetime the Journal Entry was created in UTC time.
An arbitrary string on the object, useful for displaying to the user.
An object with optional create
, update
,
and delete
parameters to modify the Line Entries associated with
the Journal Entry. The create
and update
parameters accept lists of
Line Entry objects, while the delete
parameter accepts a list of
existing Line Entry IDs.