Journal Entries
Create a Journal Entry File
Uploads a file and associates it with a Journal Entry.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Body
multipart/form-data
The Journal entry ID
A file to be associated with the Journal Entry.
Response
201
application/json
Successful Response
The unique ID of the object.
Example:
"CNmWM3X6AcvRdEwZKxq4bL"
The name of the file uploaded to the Journal Entry.
If no value is provided or null
is specified, defaults to the name
of the file.
Example:
"invoice.pdf"