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 · JournalEntryUpdateWithId · object[]
The unique ID of the object.
Examples:
"TYcnEf8yEYMXSwUui3E2df"
The datetime the Journal Entry was created in UTC time.
Examples:
"2023-02-15T06:42:18Z"
An arbitrary string on the object, useful for displaying to the user.
Examples:
"Payroll#230215"
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.
Response
Successful Response