Uploads accounting entries to a transaction upload session

Path Params
uuid
required
uuid
required
Body Params

Request body for uploading accounting entries.

accounting_entries
array of objects
required

List of accounting entries.
Must contain unique entry by 'entry_id'.

accounting_entries*
Headers
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

OK

202

The accounting entries were uploaded successfully.

404

The organization or session could not be found.

422

The transaction upload session is in an invalid state.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!